Platform SDK: Exchange Server

EndProgressProc

The EndProgressProc function is invoked by the file-based batch processing functions of the directory access functions (BatchImport and BatchExport) based on the EndProgressProc prototype to dismiss the update dialog box or when a fatal processing condition has been encountered.

Quick Info

Header file: DAPI.H
Library: DAPI.LIB

BOOL (* EndProgressProc)(
  LPVOID lpvAppDefined  
);
 

Parameters

lpvAppDefined
Points to an application-defined parameter that is supplied in the CALLBACKPROGRESS structure member of the BEXPORT_PARMS structure or the BIMPORT_PARMS structure argument to the BatchExport or BatchImport function, respectively.

Return Values

FALSE
The user cancelled the operation.
TRUE
Otherwise.

Remarks

The EndProgressProc function must deallocate any memory that was allocated by the call to InitProgressProc.

For more information on the EndProgessProc function, see Using Directory Access Functions.

See Also

NTExport, NTEXPORT_PARMS, NWExport, NWEXPORT_PARMS, ResetProgressProc, UpdateProgressProc