HrRemoveAdminExtension

The HrRemoveAdminExtension function deletes an Administrator extension program from a site.

Quick Info

Header file: EXCHINST.H
Library: EXCHINST.LIB

HRESULT HrRemoveAdminExtension(
  LPSTR lpszServer,      
  LPSTR lpszSiteDN,      
  LPSTR lpszCommonName,  
  LPSTR lpszMachineType  
);
 

Parameters

lpszServer
Input parameter. Points to a null-terminated string containing the server from which the Administrator extension program is removed.
lpszSiteDN
Input parameter. Points to a null-terminated string containing the distinguished name of the site from which the Administrator extension program is removed.
lpszCommonName
Input parameter. Points to a null-terminated string containing the common name of the Administrator extension program.
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 this function, see Installing the Administrator Extension DLL.

See Also

HrAdminExtensionExists, HrGetAdminExtensionVersion, HrInstallAdminExtension