RegLoadKeyW(3w)
NAME
RegLoadKeyW (ADVAPI32.@)
SYNOPSIS
LSTATUS RegLoadKeyW ( HKEY hkey, LPCWSTR subkey, LPCWSTR filename )
DESCRIPTION
Create a subkey under HKEY_USERS or HKEY_LOCAL_MACHINE and store registration information from a specified file into that subkey.
PARAMS
hkey [In] Handle of open key.
subkey [In] Address of name of subkey.
filename [In] Address of filename for registry information.
RETURNS
Success: ERROR_SUCCESS
Failure: nonzero error code from 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".