Structure that is used to inform the plug-in of desired file attributes that the output image should possess.
struct IE_OutputInfo
{
IE_OutputInfo() { ZeroMemory(this, sizeof(*this)); };
DWORD dwFlags;
DWORD dwFormatID;
const wchar_t* pszFN;
};
dwFlags
Type: DWORD
Flags -- set to 0
dwFormatID
Type: DWORD
Output format ID
pszFN
Type: const wchar_t*
Name of file to create
Used in the IE_ImageEncode and IE_ImageEncodeStart functions.
Header: IE_PlugIn.h