HrAdminExtensionExists

The HrAdminExtensionExists function determines whether an Administrator extension exists on a site.

Quick Info

Header file: EXCHINST.H
Library: EXCHINST.LIB

HRESULT HrAdminExtensionExists(
  LPTSTR lpszServer,      
  LPTSTR lpszSiteDN,      
  LPTSTR lpszCommonName,  
  LPTSTR lpszMachineType  
);
 

Parameters

lpszServer
Input parameter. Points to a null-terminated string containing the name of the server.
lpszSiteDN
Input parameter. Points to a null-terminated string containing the distinguished name of the site.
lpszCommonName
Input parameter. Points to a null-terminated string containing the common name of the site.
lpszMachineType
Input parameter. Points to a null-terminated string containing the computer type, such as i386.

Return Values

See Return Values.

Remarks

For more information on the HrAdminExtensionExists function, see Using Administrator Extension Functions (Called by Administrator Program).

See Also

HrGetAdminExtensionVersion, HrInstallAdminExtension, HrRemoveAdminExtension