Desktop Functions: Smart Device Functions:
|
RegLoadKey (advapi32)
C# Signature:
[DllImport("advapi32.dll", SetLastError=true)] VB Signature:
Private Declare Auto Function RegLoadKey Lib "advapi32.dll" ( _ User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:When run from a remote PC (via RegConnectRegistry), the path to the hive file is local to that PC.
LONG RegLoadKey( Tips & Tricks:The following C# enum is useful for the hKey parameter:
public enum HKEY : uint Please add some! Sample Code:
Public Shared Sub LoadKey(ByVal key As RegistryKey, ByVal MountPoint As String, ByVal HivePath As String) See also:RegSaveKey to save registry key to file RegRestoreKey to restore registry key from a file Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|