CheckForExistingLinkService
The CheckForExistingLinkService function is used to check to see if a link service of this type exists with this title. This utility function is used to construct an integrated link service configuration DLL.
BOOL bCreateService(
HKEY *hGlobalKey,
LPSTR szLinkRegistryRoot,
LPSTR szTitle
);
Parameters
-
hGlobalKey
-
This supplied parameter specifies the handle of the registry to search.
-
szLinkRegistryRoot
-
This supplied parameter specifies the registry root for this type of link service to search for.
-
szTitle
-
This supplied parameter specifies the title of the link service to search for.
Return Values
-
true
-
The link service was located.
-
false
-
One or more of the parameters passed to this function are invalid or the link service was not located.