Scroll to navigation

RegConnectRegistryA(3w) Wine API RegConnectRegistryA(3w)

NAME

RegConnectRegistryA (ADVAPI32.@)

SYNOPSIS

LSTATUS RegConnectRegistryA
(
LPCSTR machine,
HKEY hkey,
PHKEY reskey
)
 

DESCRIPTION

See RegConnectRegistryW(3w).
 

IMPLEMENTATION

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