SHRegGetCLSIDKeyA (SHLWAPI.343)
HRESULT SHRegGetCLSIDKeyA ( REFGUID guid, LPCSTR lpszValue, BOOL bUseHKCU, BOOL bCreate, PHKEY phKey )
Create or open an explorer ClassId Key.
guid | [In] | Explorer ClassId key to open. |
lpszValue | [In] | Value name under the ClassId Key. |
bUseHKCU | [In] | TRUE=Use HKEY_CURRENT_USER, FALSE=Use HKEY_CLASSES_ROOT. |
bCreate | [In] | TRUE=Create the key if it doesn't exist, FALSE=Don't. |
phKey | [Out] | Destination for the resulting key handle. |
Success: S_OK. phKey contains the resulting registry handle.
Failure: An HRESULT error code indicating the problem.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/reg.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/reg.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.