fnBatchExportBegin


Prototype

void __cdecl fnBatchExportBegin ( BatchExportBeginInfo *pInfo ); 

Return value

None

Parameters

pInfo

Pointer to a BatchExportBeginInfo structore.

Remarks

This function is optional, but can if implemented prepare data storage since it is the first function to be called in an export sequence.

Example

void __cdecl fnBatchExportBegin ( BatchExportBeginInfo *pInfo )
{
    /* Prepare data storage */
} 

See Also

Exporter API, BatchExportBeginInfo