Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>createbitmap</b> create bitmap http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CreateBitmap         Create bitmap

HBITMAP CreateBitmap(nWidth, nHeight, nPlanes, nBitCount, lpBits)
short nWidth; /* in pixels */
short nHeight; /* in pixels */
BYTE  nPlanes; /* color planes */
BYTE nBitCount; /* colors bits per pixel */
LPSTR lpBits; /* array to contain bits */

Returns:      Handle to bitmap or NULL if unsuccessful.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson