RegOpenKeyA (ADVAPI32.@)
LSTATUS RegOpenKeyA ( HKEY hkey, LPCSTR name, PHKEY retkey )
Open a registry key.
hkey | [In] | Handle of parent key to open the new key under. |
name | [In] | Name of the key under hkey to open. |
retkey | [Out] | Destination for the resulting Handle. |
Success: ERROR_SUCCESS
Failure: A standard Win32 error code. When retkey is valid, *retkey is set to 0.
Declared in "include/winreg.h". gitlab.winehq.org/wine/wine/blob/master/include/winreg.h
Implemented in "dlls/advapi32/registry.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advapi32/registry.c
Debug channel "reg".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.