The DAPI_FNExportEntry function is invoked by BatchExport each time it exports an object in the directory.
Header file: | DAPI.H |
Library: | DAPI.LIB |
BOOL DAPI_FNExportEntry(
EXP_TYPE ExportDataType,
LPVOID lpvAppDefined,
PDAPI_ENTRY pExportEntry
);
The DAPI_FNExportEntry callback function is based on the DAPI_FNExportEntry prototype. You set the lpBexportParms->ErrorCallback parameter member of the BatchExport function to point to this function.
For more information on this function, see Using Directory Access Functions.
InitProgressProc, UpdateProgressProc