Scroll to navigation

RegCreateKeyA(3w) Wine API RegCreateKeyA(3w)

NAME

RegCreateKeyA (ADVAPI32.@)

SYNOPSIS

LSTATUS RegCreateKeyA
(
HKEY hkey,
LPCSTR lpSubKey,
PHKEY phkResult
)
 

DESCRIPTION

See RegCreateKeyW(3w).
 

IMPLEMENTATION

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