| Close() | CP_Registry | |
| CP_Registry(HKEY inHKeyRoot=HKEY_LOCAL_MACHINE) | CP_Registry | |
| CreateKey(HKEY inHKeyRoot, const CP_String &inPath) | CP_Registry | |
| DeleteValue(const CP_String &inValue) | CP_Registry | |
| DeleteValueKey(HKEY inHKeyRoot, const CP_String &inPath) | CP_Registry | |
| fHKey | CP_Registry | [protected] |
| fPath | CP_Registry | [protected] |
| GetValue(const CP_String &inKey, SInt16 *outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, UInt16 *outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, SInt32 *outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, UInt32 *outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, float *outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, double *outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, CP_String &outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, CP_Point &outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, CP_Size &outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, CP_Rect &outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, CP_RGBColor &outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, CP_FileSystemSpec &outValue) | CP_Registry | |
| GetValue(const CP_String &inKey, UInt8 *outBuffer, UInt32 inBufferSize) | CP_Registry | |
| Open(HKEY inHKeyRoot, const CP_String &inPath) | CP_Registry | |
| SetValue(const CP_String &inKey, SInt16 inValue) | CP_Registry | |
| SetValue(const CP_String &inKey, UInt16 inValue) | CP_Registry | |
| SetValue(const CP_String &inKey, SInt32 inValue) | CP_Registry | |
| SetValue(const CP_String &inKey, UInt32 inValue) | CP_Registry | |
| SetValue(const CP_String &inKey, float inValue) | CP_Registry | |
| SetValue(const CP_String &inKey, double inValue) | CP_Registry | |
| SetValue(const CP_String &inKey, const CP_String &inValue) | CP_Registry | |
| SetValue(const CP_String &inKey, const CP_Point &inPoint) | CP_Registry | |
| SetValue(const CP_String &inKey, const CP_Size &inSize) | CP_Registry | |
| SetValue(const CP_String &inKey, const CP_Rect &inRect) | CP_Registry | |
| SetValue(const CP_String &inKey, const CP_RGBColor &inRGBColor) | CP_Registry | |
| SetValue(const CP_String &inKey, const CP_FileSystemSpec &inFileSpec) | CP_Registry | |
| SetValue(const CP_String &inKey, const UInt8 *inData, UInt32 inDataSize) | CP_Registry | |
| VerifyKey(HKEY inHKeyRoot, const CP_String &inPath) | CP_Registry | |
| VerifyKey(const CP_String &inPath) | CP_Registry | |
| VerifyValue(const CP_String &inValue) | CP_Registry | |
| ~CP_Registry() | CP_Registry | [virtual] |