|
Rhino C++ API
8.24
|
This is the complete list of members for ON_RegKey, including all inherited members.
| CloseKey() | ON_RegKey | |
| CopyKey(ON_RegKey &source, ON_RegKey &destination) | ON_RegKey | static |
| CopyKeyRecursive(ON_RegKey &source, ON_RegKey &destination) | ON_RegKey | static |
| CopyValue(ON_RegKey &source, ON_RegKey &destination, const wchar_t *ValueName) | ON_RegKey | static |
| CreateKey(const wchar_t *KeyPath) | ON_RegKey | |
| CreateKey(const ON_RegKey &Parent, const wchar_t *SubKey) | ON_RegKey | |
| DeleteSubKey(const wchar_t *KeyName) | ON_RegKey | |
| DeleteSubKeyRecursive(const wchar_t *KeyName) | ON_RegKey | |
| DeleteValue(const wchar_t *ValueName) | ON_RegKey | |
| GetKeyNames(ON_ClassArray< ON_wString > &SubKeyNames) | ON_RegKey | |
| GetValueNames(ON_ClassArray< ON_wString > &ValueNames) | ON_RegKey | |
| Hive() const | ON_RegKey | |
| Init() | ON_RegKey | protected |
| m_ErrorCode | ON_RegKey | |
| Name() const | ON_RegKey | |
| ON_RegKey() | ON_RegKey | |
| ON_RegKey(const ON_RegKey &src) | ON_RegKey | |
| OpenRead(const wchar_t *KeyName) | ON_RegKey | |
| OpenRead(const ON_RegKey &Parent, const wchar_t *SubKey) | ON_RegKey | |
| OpenWrite(const wchar_t *KeyName) | ON_RegKey | |
| OpenWrite(const ON_RegKey &Parent, const wchar_t *SubKey) | ON_RegKey | |
| operator=(const ON_RegKey &src) | ON_RegKey | |
| Parent() const | ON_RegKey | |
| Path() const | ON_RegKey | |
| QueryValue(const wchar_t *ValueName, ON_wString &data) | ON_RegKey | |
| QueryValue(const wchar_t *ValueName, DWORD &data) | ON_RegKey | |
| QueryValue(const wchar_t *ValueName, ON_ClassArray< ON_wString > &data) | ON_RegKey | |
| QueryValue(const wchar_t *ValueName, ON_SimpleArray< unsigned char > &data) | ON_RegKey | |
| SetValue(const wchar_t *ValueName, const wchar_t *data) | ON_RegKey | |
| SetValue(const wchar_t *ValueName, DWORD data) | ON_RegKey | |
| SetValue(const wchar_t *ValueName, const ON_wString *data, int count) | ON_RegKey | |
| SetValue(const wchar_t *ValueName, const ON_ClassArray< ON_wString > &data) | ON_RegKey | |
| SetValue(const wchar_t *ValueName, const unsigned char *pData, const int cData) | ON_RegKey | |
| SetValue(const wchar_t *ValueName, const ON_SimpleArray< unsigned char > &data) | ON_RegKey | |
| ~ON_RegKey() | ON_RegKey |
1.8.17