IE_OutputInfo struct

Structure that is used to inform the plug-in of desired file attributes that the output image should possess.

Syntax

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

   DWORD dwFlags;
   DWORD dwFormatID;
   const wchar_t* pszFN;
};

Members

dwFlags

Type: DWORD

Flags -- set to 0

dwFormatID

Type: DWORD

Output format ID

pszFN

Type: const wchar_t*

Name of file to create

Remarks

Used in the IE_ImageEncode and IE_ImageEncodeStart functions.

Requirements

Header: IE_PlugIn.h

See also: