RegCreateKeyW(3w)
NAME
RegCreateKeyW (ADVAPI32.@)
SYNOPSIS
LSTATUS RegCreateKeyW ( HKEY hkey, LPCWSTR lpSubKey, PHKEY phkResult )
DESCRIPTION
Creates the specified reg key.
PARAMS
hKey [In] Handle to an open key.
lpSubKey [In] Name of a key that will be opened or created.
phkResult [Out] Receives a handle to the opened or created key.
RETURNS
Success: ERROR_SUCCESS
Failure: nonzero error code defined in Winerror.h
IMPLEMENTATION
Defined in "winreg.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/registry.c".
- Debug channel "reg".