RegistryHelper Fields |
The RegistryHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ADVAPI32_DLL |
AdvApi32 library name.
|
![]() ![]() | ERROR_FILE_NOT_FOUND |
Error code, file not found.
|
![]() ![]() | ERROR_MORE_DATA |
Error code, more data.
|
![]() ![]() | ERROR_NO_MORE_ITEMS |
Error code, no more items.
|
![]() ![]() | ERROR_SUCCESS |
Error code, success.
|
![]() ![]() | HKEY_LOCAL_MACHINE |
Local machine registry key, the others are in WINREG.H.
|
![]() ![]() | KERNEL32_DLL |
Kernel32 library name.
|
![]() ![]() | REG_BINARY |
Registry type, "binary" value.
|
![]() ![]() | REG_DWORD |
Registry type, "number" value.
|
![]() ![]() | REG_DWORD_BIG_ENDIAN |
Registry type, "big endian" value.
|
![]() ![]() | REG_DWORD_LITTLE_ENDIAN |
Registry type, "little endian" value.
|
![]() ![]() | REG_EXPAND_SZ |
Registry type, "expand string" value.
|
![]() ![]() | REG_LINK |
Registry type, "link" value.
|
![]() ![]() | REG_MULTI_SZ |
Registry type, "multi string" value.
|
![]() ![]() | REG_NONE |
Registry type, "none" value.
|
![]() ![]() | REG_SZ |
Registry type, "string" value.
|
![]() ![]() | USER32_DLL |
User32 library name.
|