Function that is called to retrieve information about the plug-in, including which commands that it supports.
PLUGIN_API int __stdcall CX_GetPlugInInfo
(
CX_PlugInInfo** ppii
);
ppii
Type: CX_PlugInInfo**
[out] Plug-in information.
For a description of return values, see Return Values.
This function returns a pointer to a CX_PlugInInfo. The plug-in owns the pointer and must not free it until the plug-in library is unloaded. See sample code for an example implementation.
Header: CX_PlugIn.h