The RegConnectRegistry function establishes a connection to a predefined registry handle on another computer.
LONG RegConnectRegistry(
LPTSTR lpMachineName, |
// address of name of remote computer |
HKEY hKey, |
// predefined registry handle |
PHKEY phkResult |
// address of buffer for remote registry handle |
); |
\\computername
If lpMachineName is NULL, the local computer name is used.
HKEY_LOCAL_MACHINE
HKEY_USERS
HKEY_PERFORMANCE_DATA, if the remote computer is running Windows NT
Windows 95 only: HKEY_DYN_DATA, if the remote computer is running Windows 95
Windows 95 only: HKEY_CURRENT_CONFIG, if the remote computer is
running Windows 95
You cannot specify the HKEY_CLASSES_ROOT or HKEY_CURRENT_USER
value for this parameter.
If the function succeeds, the return value is ERROR_SUCCESS.
If the function fails, the return value is a nonzero error code defined in WINERROR.H. You can use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag to get a generic description of the error.
When a handle returned by RegConnectRegistry is no longer needed, it should be closed by calling RegCloseKey. However, this may not terminate the session. To terminate the session, call the WNetCancelConnection2 function with \\server\ipc$ as the name of the resource to disconnect.
RegCloseKey, WNetCancelConnection2
file: /Techref/os/win/api/win32/func/src/f72_2.htm, 3KB, , updated: 2001/9/14 11:04, local time: 2024/11/7 12:54,
3.15.192.137:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f72_2.htm"> RegConnectRegistry</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.