Platform SDK: Exchange Server |
The DAPI_FNErrorCallback function is invoked by the BatchExport or BatchImport function each time an error is encountered during an export or import operation, respectively.
Header file: | DAPI.H |
Library: | DAPI.LIB |
BOOL DAPI_FNErrorCallback( LPVOID lpvAppDefined, PDAPI_EVENT pDapiEvent );
The DAPI_FNErrorCallback function is based on the DAPI_FNErrorCallback prototype.
If your application provides its own error handler, set the lpBexportParms->ErrorCallback parameter members of the BatchExport and BatchImport functions to point to this function.
For more information on this function, see Using Directory Access Functions.