DIBSection Use
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi. If I have a bitmap handle created with h = CreateCompatibleBitmap (...) can I replace this line to h = CreateDIBSection (...) without having to change anything else? Can I then attach the new handle to a DC and draw in it? Can I then access the bitmap bits via the ppbits pointer returned from the Create DIBSection? Thanks, Mike