| Platform SDK: Exchange Server |
The EXPORT_CALLBACK structure contains information about a function that is invoked on export callback.
| Header file: | DAPI.H |
typedef struct
{
DWORD dwFlags;
DAPI_EVAL ulEvalTag;
LPVOID lpvAppDefined;
PDAPI_FNExportEntry pfnExportEntry;
} EXPORT_CALLBACK, * PEXPORT_CALLBACK;
Information in the EXPORT_CALLBACK structure is used to control the export of data with a callback function. Its members specify, for example, the name of the callback function itself and the format in which data is to be exported. A function specified in the EXPORT_CALLBACK structure is called each time an object is exported by the BatchExport, NTExport, and NWExport functions.
For additional information on this structure, see Importing and Exporting with Directory Access Functions.
BEXPORT_PARMS, DAPI_FNErrorCallback, DAPI_FNExportEntry, NTEXPORT_PARMS, NWEXPORT_PARMS