HrSetGatewayBit

The HrSetGatewayBit function sets the gateway bit on a server.

Quick Info

Header file: EXCHINST.H
Library: EXCHINST.LIB

HRESULT HrSetGatewayBit(
  LPSTR lpszServer,     
  LPSTR lpszSiteDN,     
  LPSTR lpszServerName  
);
 

Parameters

lpszServer
Input parameter. Points to a null-terminated string containing the server where the gateway is installed.
lpszSiteDN
Input parameter. Points to a null-terminated string containing the distinguished name (DN) of the site.
lpszServerName
Input parameter. Points to a null-terminated string containing the name of the server.

Return Values

See Return Values.

Remarks

For more information on this function, see Setting the Server Heuristics Attribute.

See Also

HrInstallGateway