Share via


CImageSample::SetDIBData

 
Microsoft DirectShow 9.0

CImageSample::SetDIBData

The SetDIBData method specifies information about the GDI device-independent bitmap (DIB) that this object is managing. Call this method to initialize the CImageSample object.

Syntax

  void SetDIBData(
  DIBDATA *pDibData
);

Parameters

pDibData

Pointer to a DIBDATA structure.

Return Value

No return value.

Requirements

**  Header:** Declared in Winutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also