RegOpenKeyA (ADVAPI32.@)
LONG 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. retkey is set to 0.
Defined in "winreg.h".
Implemented in "dlls/advapi32/registry.c". source.winehq.org/source/dlls/advapi32/registry.c
Debug channel "reg".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.