|
|
|
|
|
HBITMAP hBitmap=(HBITMAP)pointer
|
|
|
用HBITMAP CreateBitmapIndirect( CONST BITMAP *lpbm // pointer to the bitmap data ); 其中:typedef struct tagBITMAP { // bm LONG bmType; LONG bmWidth; LONG bmHeight; LONG bmWidthBytes; WORD bmPlanes; WORD bmBitsPixel; LPVOID bmBits; } BITMAP; |
|