Desktop Functions: Smart Device Functions:
|
Search Results for "RegLoadKey" in [All]advapi321: RegLoadKey
static extern Int32 RegLoadKey(UInt32 hKey, String lpSubKey, String lpFile);
Private Declare Auto Function RegLoadKey Lib "advapi32.dll" ( _
LONG RegLoadKey(
ret = RegLoadKey(key.hKey, MountPoint, HivePath) 2: RegUnLoadKey
|