HrRemoveGatewayProxy

The HrRemoveGatewayProxy function deletes a site proxy address from a site.

Quick Info

Header file: EXCHINST.H
Library: EXCHINST.LIB

HRESULT HrRemoveGatewayProxy(
  LPSTR lpszServer,  
  LPSTR lpszSiteDN,  
  LPSTR lpszProxy    
);
 

Parameters

lpszServer
Input parameter. Points to a null-terminated string containing the name of the server from which the site proxy address is removed.
lpszSiteDN
Input parameter. Points to a null-terminated string containing the distinguished name of the site from which the site proxy address is removed.
lpszProxy
Input parameter. Points to a null-terminated string containing the site proxy address that is removed.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrRemoveGatewayProxy function in EXCHINST.C under the EXCHINST code sample in Code Samples folder.

See Also

HrInstallGatewayProxy