RegConnectRegistry function advapi32
Establishes a connection to a predefined registry key on another computer.
LSTATUS RegConnectRegistryW(
LPCWSTR lpMachineName,
HKEY hKey,
PHKEY phkResult
);
Implementation
int RegConnectRegistry(
Pointer<Utf16> lpMachineName,
int hKey,
Pointer<IntPtr> phkResult,
) => _RegConnectRegistry(lpMachineName, hKey, phkResult);