Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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