HrGatewayExists
The HrGatewayExists function determines whether a gateway exists at a site.
Quick Info 
| Header file: | EXCHINST.H | 
| Library: | EXCHINST.LIB | 
HRESULT HrGatewayExists(
  LPSTR lpszServer,       
  LPSTR lpszSiteDN,       
  LPSTR lpszCommonName    
);
 
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 (DN) of the site.
- 
lpszCommonName
- 
Input parameter. Points to a null-terminated string containing the common name of the site.
Return Values
See Return Values.
See Also
HrInstallGateway, HrRemoveGateway