DrawDibGetBuffer
The DrawDibGetBuffer
function retrieves the location of the buffer used by DrawDib for
decompression.
LPVOID DrawDibGetBuffer(
HDRAWDIB hdd, |
|
LPBITMAPINFOHEADER lpbi, |
|
DWORD dwSize, |
|
DWORD dwFlags |
|
); |
|
Parameters
hdd
Handle of a
DrawDib DC.
lpbi
Address of a BITMAPINFO
dwSize
Size, in
bytes, of the BITMAPINFO structure pointed to by lpbi
dwFlags
Reserved;
must be zero.
Return Values
Returns the
address of the buffer or NULL if no buffer is used. if lpbr is not NULL,
it is filled with a copy of the BITMAPINFO structure describing the
buffer.
See Also