Platform SDK: Exchange Server

SAD_ScBulkProxyHalt

The SAD_ScBulkProxyHalt function stops or concludes a bulk operation.

Quick Info

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

RPC_SC SAD_ScBulkProxyHalt(
  LPTSTR szServer,           
  RPC_BOOL fWaitForShutdown  
);
 

Parameters

szServer
Input parameter. The server where the bulk operation is running.
fWaitForShutdown
Input parameter. Whether SAD_ScBulkProxyHalt waits for the bulk operation to conclude before interrupting it:
TRUE
Wait for the bulk operation to conclude before interrupting it.
FALSE
Interrupt it now (as soon as it has completed its work on the current address).

Return Values

See Return Values.

Remarks

The SAD_ScBulkProxyHalt function never leaves the proxy addresses in an indeterminate state. If you reinvoke the bulk operation on the same list, the bulk-add operations update the already processed proxy addresses; the bulk-update operations generate a message that the old proxy addresses do not exist.

See Also

SAD_ScBulkCreateMultiProxy, SAD_ScBulkCreateProxy, SAD_ScBulkUpdateMultiProxy, SAD_ScGetBulkProxyStatus