Function that is called by the host application first after loading the plug-in.
PLUGIN_API int __stdcall IF_Init
(
IF_ClientInfo* pci
);
pci
Type: IF_ClientInfo*
[in] Information about the host application
For a description of return values, see Return Values.
The plug-in must not maintain the pointer to IF_ClientInfo; it should make a copy of the information in the structure.
Header: IF_PlugIn.h