Platform SDK: Exchange Server

SAD_ScBind

The SAD_ScBind function creates a binding to a server for the nonbulk system attendant functions.

Quick Info

Header file: SADAPI.H
Library: SADAPI.LIB
Unicode: Yes

RPC_SC SAD_ScBind(
  PRPCBINDINFO pBI,  
  LPTSTR szServer    
);
 

Parameters

pBI
Output parameter. Points to a RPCBINDINFO structure containing the binding information.
szServer
The server where the client is bound.

Return Values

See Return Values.

Remarks

Use the SAD_ScBind function to get the RPCBINDINFO structure pointer for the nonbulk system attendant functions.

See Also

RPCBINDINFO, SAD_Unbind