If I load an image via LoadImage() setting fuLoad to LR_CREATEDIBSECTION it creates a 'DIB section bitmap'. How do I find out the information of this bitmap? (As using GetObject doesn't *seem* to work).
Do I treat the bitmap returned from LoadImage the same as I would a DDB (Except for the top down rendering)?
EDIT: Also it appears that SelectObject(hdc, DIBitmap) doesn't seem to work either, though I am not positive.
Anything code after this with a break point is skipped. I cannot use GetLastError, or as I say does it break on GetObject or SelectObject, yet it does *sometimes* put the image into the HDC.