Blender  V2.93
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

Definition at line 157 of file Dll.cpp.

Member Data Documentation

◆ dwData

DWORD REGISTRY_ENTRY::dwData

Definition at line 163 of file Dll.cpp.

Referenced by CreateRegKeyAndSetValue().

◆ dwValueType

DWORD REGISTRY_ENTRY::dwValueType

Definition at line 161 of file Dll.cpp.

Referenced by CreateRegKeyAndSetValue().

◆ hkeyRoot

HKEY REGISTRY_ENTRY::hkeyRoot

Definition at line 158 of file Dll.cpp.

Referenced by CreateRegKeyAndSetValue().

◆ pszData

PCWSTR REGISTRY_ENTRY::pszData

Definition at line 162 of file Dll.cpp.

Referenced by CreateRegKeyAndSetValue().

◆ pszKeyName

PCWSTR REGISTRY_ENTRY::pszKeyName

Definition at line 159 of file Dll.cpp.

Referenced by CreateRegKeyAndSetValue().

◆ pszValueName

PCWSTR REGISTRY_ENTRY::pszValueName

Definition at line 160 of file Dll.cpp.

Referenced by CreateRegKeyAndSetValue().


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