peterworth
Programmer
i'm having trouble understanding what to pass to the CBitmap::CreateBitmap function as the const void* lpBits parameter. on the msdn website it says it should be a short int array but in the BITMAP structure, lpBits is a byte array. what should it be, and how are the colours represented by whatever data type is in each element of the buffer?
thanks.
thanks.