MemBufferCollection::getBitmapInfoHeader Method

Returns a smart_ptr to a BITMAPINFOHEADER structure, which describes the image data contained in the buffers of this collection.
Syntax:
MemBufferCollection::tBmInfHPtr getBitmapInfoHeader() const;
Return value:

A pointer to a BitmapInfoHeader structure.

Please note: the BitmapInfoHeader is not part of a DIB.

Remarks:

This structure contains information about the dimensions and the color format of one buffer in this collection. It is defined in the Windows GDI.

See also: MemBufferCollection, MemBuffer::tBmInfHPtr

<< MemBufferCollection