- SetData
HRESULT SetData(LPCWSTR pszValueName, ULONG cbData, BYTE* pData)
Undocumented in source.
- GetData
HRESULT GetData(LPCWSTR pszValueName, ULONG* pcbData, BYTE* pData)
Undocumented in source.
- SetStringValue
HRESULT SetStringValue(LPCWSTR pszValueName, LPCWSTR pszValue)
Undocumented in source.
- GetStringValue
HRESULT GetStringValue(LPCWSTR pszValueName, LPWSTR* ppszValue)
Undocumented in source.
- SetDWORD
HRESULT SetDWORD(LPCWSTR pszValueName, DWORD dwValue)
Undocumented in source.
- GetDWORD
HRESULT GetDWORD(LPCWSTR pszValueName, DWORD* pdwValue)
Undocumented in source.
- OpenKey
HRESULT OpenKey(LPCWSTR pszSubKeyName, ISpDataKey* ppSubKey)
Undocumented in source.
- CreateKey
HRESULT CreateKey(LPCWSTR pszSubKey, ISpDataKey* ppSubKey)
Undocumented in source.
- DeleteKey
HRESULT DeleteKey(LPCWSTR pszSubKey)
Undocumented in source.
- DeleteValue
HRESULT DeleteValue(LPCWSTR pszValueName)
Undocumented in source.
- EnumKeys
HRESULT EnumKeys(ULONG Index, LPWSTR* ppszSubKeyName)
Undocumented in source.
- EnumValues
HRESULT EnumValues(ULONG Index, LPWSTR* ppszValueName)
Undocumented in source.