|
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 structure. This structure is made up of a BITMAPINFOHEADER structure and a 256-entry table defining the colors used by the bitmap.
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
BITMAPINFO, BITMAPINFOHEADER
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|