Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "RegConnectRegistry" in [All]

advapi32

.

  static extern int RegConnectRegistry(string lpmachineName, int hKey, ref int phKResult);

.

Declare Auto Function RegConnectRegistry Lib "Advapi32" ( _

.

LONG RegConnectRegistry(

.

   ret = RegConnectRegistry("\\" & RemotePC, New IntPtr(Hive), hRemoteKey)

.

    iReturn = RegConnectRegistry(computerName, HKEY, ref iResult);

.
Documentation
[RegConnectRegistry] on MSDN
.

When run from a remote PC (via RegConnectRegistry), the path to the hive file is local to that PC.


 
Access PInvoke.net directly from VS: