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