Called when the DLL or shared library is about to be unloaded. The the request will carry on as normal and be processed.
bool STD_CALL ITerminatePlugin( void* ptr)
Allows you to keep a handle on your own structure between the exported function calls. At this point, this value has been passed from IInitializePlugin and to IProcessRequest.
All of your changes to the report should have been made at this point; this is simply an opportunity for cleanup. At a final step, you will want to free the data in memory that is associated with the ptr parameter.
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |