fDisConnectRegistry
The fDisConnectRegistry function is used to disconnect from a remote computer's registry. This utility function is used to construct an integrated link service configuration DLL.
BOOL fDisConnectRegistry(
HKEY * hGlobalKey
);
Parameters
-
hGlobalKey
-
This supplied parameter specifies the handle of the registry to disconnect from.
Return Values
-
true
-
The function executed successfully and the function was able to disconnect from the registry.
-
false
-
The function failed.