CImageSample::GetDIBData
Microsoft DirectShow 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.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also