Microsoft DirectX 9.0

CImageSample::GetDIBData

The GetDIBData method retrieves information about the GDI device-independent bitmap (DIB) that this object is managing.

Syntax

DIBDATA *GetDIBData(void);

Return Value

Returns a pointer to a DIBDATA structure.

Remarks

The caller must initialize the DIBDATA structure before calling this method; check the value of CImageSample::m_bInit. To initialize the structure, call the CImageSample::SetDIBData method.

See Also