hDC = ::GetDC(hWnd);
SetDIBitsToDevice( hDC, 0, 0,
g_InfoHeader.biWidth, g_InfoHeader.biHeight,
0, 0, 0, g_InfoHeader.biHeight, g_BmpInfo.bmBits,
&BitmapInfo, DIB_RGB_COLORS);
::ReleaseDC( hWnd, hDC);我是在WIN CE下写程序。已经构造了DIB数据,但上面的代码编译通过了,却不能显示,求救!