Structure that is used to pass plug-in-defined encoding parameters between the host application and the plug-in.
struct IE_EncodeParams
{
IE_EncodeParams() { ZeroMemory(this, sizeof(*this)); };
DWORD dwSize;
DWORD dwFlags;
};
dwFlags
Type: DWORD
IE_EPF flags.
dwSize
Type: DWORD
Total size, in bytes, of private encoding parameters structure
The plug-in can define parameters after dwFlags (used in the IE_GetDefaultEncodeParams, IE_ShowEncodeParamsDialog, IE_GetValidPixelFormats,IE_ImageEncode and IE_ImageEncodePage functions).
Header: IE_PlugIn.h