SHCreatePropertyBagOnRegKey (SHLWAPI.471)
HRESULT SHCreatePropertyBagOnRegKey ( HKEY hKey, LPCWSTR subkey, DWORD grfMode, REFIID riid, void** ppv )
Creates a property bag from a registry key.
hKey | [In] | Handle to the desired registry key. |
subkey | [In] | Name of desired subkey, or NULL to open hKey directly. |
grfMode | [In] | Optional flags. |
riid | [In] | IID of requested property bag interface. |
ppv | [Out] | Address to receive pointer to the new interface. |
success: 0
failure: error code
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.