IE_EncodeParams struct

Structure that is used to pass plug-in-defined encoding parameters between the host application and the plug-in.

Syntax

struct IE_EncodeParams
{
   IE_EncodeParams() { ZeroMemory(this, sizeof(*this)); };

   DWORD dwSize;
   DWORD dwFlags;
};

Members

dwFlags

Type: DWORD

IE_EPF flags.

dwSize

Type: DWORD

Total size, in bytes, of private encoding parameters structure

Remarks

The plug-in can define parameters after dwFlags (used in the IE_GetDefaultEncodeParams, IE_ShowEncodeParamsDialog, IE_GetValidPixelFormats,IE_ImageEncode and IE_ImageEncodePage functions).

Requirements

Header: IE_PlugIn.h

See also: