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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DVBoxVideoWinDbg.cpp99 ULONG64 u64Mem; local
110 if (!GetExpressionEx(pExpr, &u64Mem, &pExpr)) { dprintf("error evaluating address\n"); return; }
111 if (!u64Mem) { dprintf("address value can not be NULL\n"); return; }
148 u64Mem, (UINT)u64Width, (UINT)u64Height, (UINT)u64Bpp, (UINT)u64Pitch);
162 uRc = ReadMemory(u64Mem, pvBuf, cbSize, &cbRead);
176 ULONG64 u64Offset = u64Mem;

Completed in 43 milliseconds