SAD_ScBulkCreateProxy

The SAD_ScBulkCreateProxy function builds the list of proxy addresses for the specified proxy address type on the server.

Quick Info

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

RPC_SC SAD_ScBulkCreateProxy(
  LPTSTR szServer, 
  LPTSTR szHeader, 
  DWORD dwOptions  
);
 

Parameters

szServer
Input parameter. The server where the proxy addresses are created.
szHeader
Input parameter. The proxy address type.
dwOptions
Input parameter. How the proxy address type list is generated:
BPTAdd
The generated proxy addresses are added to the proxy address list.
BPTRemove
The generated proxy addresses are removed from the proxy address list, if they exist in the list.
BPTUpdate
The generated proxy addresses are updated in the proxy address list, if they exist in the list.

Return Values

See Return Values.

Remarks

The SAD_ScBulkCreateProxy function is typically called by a gateway setup program to generate the new recipient proxy addresses for that gateway's address type.

For more information on this function, see Generating Recipient Proxy Addresses.

See Also

SAD_ScBulkCreateMultiProxy