IE_GetPlugInInfo function

Function that is called to retrieve information about the plug-in, including which image formats it can encode.

Syntax

PLUGIN_API int __stdcall IE_GetPlugInInfo
(
   IE_PlugInInfo** pi
);

Parameters

pi

Type: IE_PlugInInfo**

[out] Information about image encoding plug-in

Return Value

For a description of return values, see Return Values.

Remarks

This function returns pointers to an IE_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.

Requirements

Header: IE_PlugIn.h

See also: