Blender  V3.3
Public Attributes | List of all members
REGISTRY_ENTRY Struct Reference

Public Attributes

HKEY hkeyRoot
 
PCWSTR pszKeyName
 
PCWSTR pszValueName
 
DWORD dwValueType
 
PCWSTR pszData
 
DWORD dwData
 

Detailed Description

A struct to hold the information required for a registry entry.

Definition at line 151 of file blendthumb_win32_dll.cc.

Member Data Documentation

◆ dwData

DWORD REGISTRY_ENTRY::dwData

Only lets you initialize the first field in a union.

Definition at line 159 of file blendthumb_win32_dll.cc.

Referenced by CreateRegKeyAndSetValue().

◆ dwValueType

DWORD REGISTRY_ENTRY::dwValueType

Definition at line 155 of file blendthumb_win32_dll.cc.

Referenced by CreateRegKeyAndSetValue().

◆ hkeyRoot

HKEY REGISTRY_ENTRY::hkeyRoot

Definition at line 152 of file blendthumb_win32_dll.cc.

Referenced by CreateRegKeyAndSetValue().

◆ pszData

PCWSTR REGISTRY_ENTRY::pszData

These two fields could/should have been a union, but C++

Definition at line 157 of file blendthumb_win32_dll.cc.

Referenced by CreateRegKeyAndSetValue().

◆ pszKeyName

PCWSTR REGISTRY_ENTRY::pszKeyName

Definition at line 153 of file blendthumb_win32_dll.cc.

Referenced by CreateRegKeyAndSetValue().

◆ pszValueName

PCWSTR REGISTRY_ENTRY::pszValueName

Definition at line 154 of file blendthumb_win32_dll.cc.

Referenced by CreateRegKeyAndSetValue().


The documentation for this struct was generated from the following file: