Searched defs:Bmp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DVBoxVideoWinDbg.cpp272 BITMAP Bmp = {0}; local
275 Bmp.bmType = 0;
276 Bmp.bmWidth = (LONG)u64Width;
277 Bmp.bmHeight = (LONG)u64Height;
278 Bmp.bmWidthBytes = (LONG)u64DefaultPitch;
279 Bmp.bmPlanes = 1;
280 Bmp.bmBitsPixel = (WORD)u64Bpp;
281 Bmp.bmBits = (LPVOID)pvBuf;
282 hBmp = CreateBitmapIndirect(&Bmp);

Completed in 47 milliseconds