W
whsunbin
Unregistered / Unconfirmed
GUEST, unregistred user!
能能说明一下下面函数的用法吗<br>HBITMAP CreateDIBSection(<br> HDC hdc, // handle to device context<br> CONST BITMAPINFO *pbmi, // pointer to structure containing bitmap size, format, and color data<br> UINT iUsage, // color data type indicator: RGB values or palette indices<br> VOID *ppvBits, // pointer to variable to receive a pointer to the bitmap's bit values<br> HANDLE hSection, // optional handle to a file mapping object<br> DWORD dwOffset // offset to the bitmap bit values within the file mapping object<br> <br>最好能有一个例子