IInitializePlugin Function

See Also  

Called when the extension is loaded.

Syntax
bool STD_CALL IInitializePlugin(
    void** ptr)
Parameters

ptr

Allows you to keep a handle on your own structure between the exported function calls. This value is passed to IProcessRequest and ITerminatePlugin.

Remarks

This function is called once per request. You can use the void pointer to keep control of your own structures between the three function calls. This is for your own purposes only. At this point, you do not have access to the report.

You will want to create the memory that you want to share across the function calls and set them here.



Crystal Decisions, Inc.
http://www.crystaldecisions.com
Support services:
http://support.crystaldecisions.com