CX_ImageInfo struct

Structure that specifies image information used in the CX_GetImageInfo and CX_GetFileImageInfo callback functions.

Syntax

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

   DWORD dwFlags;
   SIZE si;
   DWORD dwFormatID;
   int nBPP;
   int nBPS;
   int nPages;
};

Members

dwFlags

Type: DWORD

Flags -- set to 0

si

Type: SIZE

Image dimensions

dwFormatID

Type: DWORD

Image format ID

nBPP

Type: int

Bits per pixel

nBPS

Type: int

Bits per sample

nPages

Type: int

Number of pages in image

Remarks

Used in the CX_GetImageInfo and CX_GetFileImageInfo callback functions.

Requirements

Header: CX_PlugIn.h

See also: