fnBatchExportEnd


Prototype

void __cdecl fnBatchExportEnd ( void ); 

Return value

None

Parameters

None

Remarks

This is the last function to be called in an exporting sequence. This function is optional, but can if implemented be used to clean-up after an export.

Example

void __cdecl fnBatchExportEnd ( void )
{
    /* Clean-up */
} 

See Also

Exporter API