Scroll to navigation

RegLoadKeyA(3w) Wine API RegLoadKeyA(3w)

NAME

RegLoadKeyA (ADVAPI32.@)

SYNOPSIS

LSTATUS RegLoadKeyA
(
HKEY hkey,
LPCSTR subkey,
LPCSTR filename
)
 

DESCRIPTION

See RegLoadKeyW(3w).
 

IMPLEMENTATION

Declared in "winreg.h".
Implemented in "dlls/advapi32/registry.c".
Debug channel "reg".
Oct 2012 Wine API