Microsoft DirectX 9.0 |
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.
See Also