17#ifndef AGXIO_WIN32_TOOLS_H
18#define AGXIO_WIN32_TOOLS_H
23#ifdef STANDALONE_RUNTIME
29 typedef std::string
String;
79 AGXCORE_EXPORT bool deleteRegistryKey(HKEY parentKey,
const char* path,
const char* key);
88 AGXCORE_EXPORT bool deleteRegistryTree(HKEY parentKey,
const char* path);
#define DOXYGEN_END_INTERNAL_BLOCK()
#define DOXYGEN_START_INTERNAL_BLOCK()
The agxIO namespace contains classes for reading, writing and finding files.
AGXCORE_EXPORT bool getRegisterValue(const char *key, agx::String &value)
Get a string value from the registry written by the Installer.
The agx namespace contains the dynamics/math part of the AGX Dynamics API.
AgXString< std::string > String