fCanWeAdministerRemoteBox

The fCanWeAdministerRemoteBox function is used to determine if the caller has administrative privileges on the remote computer. This utility function is used to construct an integrated link service configuration DLL.

BOOL fCanWeAdministerRemoteBox(
  HKEY *hGlobalKey
);

Parameters

hGlobalKey
This supplied parameter specifies the handle to the remote computer's registry.

Return Values

true
The caller has administrative privileges on the remote computer.
false
The caller lacks administrative privileges.