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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPMisc.h119 } VBOXWDDM_MM, *PVBOXWDDM_MM; typedef in typeref:struct:VBOXWDDM_MM
121 NTSTATUS vboxMmInit(PVBOXWDDM_MM pMm, UINT cPages);
122 ULONG vboxMmAlloc(PVBOXWDDM_MM pMm, UINT cPages);
123 VOID vboxMmFree(PVBOXWDDM_MM pMm, UINT iPage, UINT cPages);
124 NTSTATUS vboxMmTerm(PVBOXWDDM_MM pMm);

Completed in 31 milliseconds