Scroll to navigation

RegUnLoadKeyA(3w) Wine API RegUnLoadKeyA(3w)

NAME

RegUnLoadKeyA (ADVAPI32.@)

SYNOPSIS

LSTATUS RegUnLoadKeyA
(
HKEY hkey,
LPCSTR lpSubKey
)
 

DESCRIPTION

See RegUnLoadKeyW(3w).
 

IMPLEMENTATION

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