CreateDIBSection succeeds, but very rarely ppvBits is returned as NULL

后端 未结 0 399
悲&欢浪女
悲&欢浪女 2021-01-22 22:26

We\'re using the Windows CreateDIBSection API as follows:

m_pBitmap = NULL;
BITMAPINFO bminfo;
ZeroMemory (&bminfo, sizeof(BITMAPINFO));

bminfo.bmiHeader.biS         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题