Function that is called to retrieve information about the plug-in, including which image filter it supports.
PLUGIN_API int __stdcall IF_GetPlugInInfo
(
IF_PlugInInfo** ppii
);
pi
Type: IF_PlugInInfo**
[out] Filter plug-in information
For a description of return values, see Return Values.
This function returns pointers to an IF_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: IF_PlugIn.h