Function that is called by the host application first after loading the plug-in.
PLUGIN_API int __stdcall CX_Init
(
CX_ClientInfo* pci
);
pci
Type: CX_ClientInfo*
[in] Information about the host application.
For a description of return values, see Return Values.
The host application will call this function once after loading the plug-in library. The plug-in must not maintain the pointer to CX_ClientInfo; it should make a copy of the information in the structure. The plug-in should store application-specific options in HKEY_CURRENT_USER\Software\<szCompany>\<szAppName>
Header: CX_PlugIn.h