我该如何解释HRESULT -2003292276?
这是通过调用返回的IWICFactory factory->CreateBitmapFromMemory():
hr = m_factory->CreateBitmapFromMemory(
m_format.imageWidthPels,
m_format.imageHeightPels,
GUID_WICPixelFormat32bppBGR,
m_format.strideSize,
cbBitmapData,
data,
&pBitmap);