SAD_ScBulkCreateMultiProxy
The SAD_ScBulkCreateMultiProxy function builds the lists of proxy addresses for the specified proxy address types on the server.
Quick Info
Header file:
SADAPI.H
Library:
SADAPI.LIB
RPC_SC SAD_ScBulkCreateMultiProxy(
LPTSTR szServer ,
INT cszHeader ,
LPTSTR rgszHeader[] ,
DWORD dwOptions
);
Parameters
szServer
Input parameter. The server where the proxy addresses are created.
cszHeader
Input parameter. The number of proxy address types in rgszHeader [].
rgszHeader []
Input parameter. A list of proxy address types from which the proxy addresses are created.
dwOptions
Input parameter. How the proxy address type lists are generated:
BPTAdd
The generated proxy addresses are added to the appropriate proxy address list.
BPTRemove
The generated proxy addresses are removed from the appropriate proxy address list, if they exist in the list.
BPTUpdate
The generated proxy addresses are updated in the appropriate proxy address list, if they exist in the list.
Return Values
See Return Values .
Remarks
The SAD_ScBulkCreateMultiProxy function is typically called by a gateway setup program to generate the new recipient proxy addresses for that gateway's address types.
See Also
SAD_ScBulkCreateProxy