|
Blender V4.3
|
Public Attributes | |
| HKEY | hkeyRoot |
| PCWSTR | pszKeyName |
| PCWSTR | pszValueName |
| DWORD | dwValueType |
| PCWSTR | pszData |
| DWORD | dwData |
A struct to hold the information required for a registry entry.
Definition at line 153 of file blendthumb_win32_dll.cc.
| DWORD REGISTRY_ENTRY::dwData |
Only lets you initialize the first field in a union.
Definition at line 161 of file blendthumb_win32_dll.cc.
Referenced by CreateRegKeyAndSetValue().
| DWORD REGISTRY_ENTRY::dwValueType |
Definition at line 157 of file blendthumb_win32_dll.cc.
Referenced by CreateRegKeyAndSetValue().
| HKEY REGISTRY_ENTRY::hkeyRoot |
Definition at line 154 of file blendthumb_win32_dll.cc.
Referenced by CreateRegKeyAndSetValue().
| PCWSTR REGISTRY_ENTRY::pszData |
These two fields could/should have been a union, but C++
Definition at line 159 of file blendthumb_win32_dll.cc.
Referenced by CreateRegKeyAndSetValue().
| PCWSTR REGISTRY_ENTRY::pszKeyName |
Definition at line 155 of file blendthumb_win32_dll.cc.
Referenced by CreateRegKeyAndSetValue().
| PCWSTR REGISTRY_ENTRY::pszValueName |
Definition at line 156 of file blendthumb_win32_dll.cc.
Referenced by CreateRegKeyAndSetValue().