Changeset 71179 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Mar 2, 2018 3:08:52 PM (7 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoIOCTL.h ¶
r69500 r71179 22 22 #include <HGSMI.h> 23 23 24 /* ==================== Virtual 24 /* ==================== VirtualBox specific VRP's ==================== */ 25 25 26 26 /* Called by the display driver when it is ready to … … 62 62 CTL_CODE(FILE_DEVICE_VIDEO, 0x436, METHOD_BUFFERED, FILE_ANY_ACCESS) 63 63 64 /* ==================== Data structures used by Virtual 64 /* ==================== Data structures used by VirtualBox VRPS's ==================== */ 65 65 typedef void* HVBOXVIDEOHGSMI; 66 66 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/VBoxVideoWinDbg.cpp ¶
r69350 r71179 92 92 DECLARE_API(help) 93 93 { 94 dprintf("**** Virtu lBox Video Driver debugging extension ****\n"94 dprintf("**** VirtualBox Video Driver debugging extension ****\n" 95 95 " The following commands are supported: \n" 96 96 " !ms - save memory (video data) to clipboard \n" -
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPInternal.h ¶
r69500 r71179 53 53 BOOLEAN VBoxMPQueryPointerCapabilities(PVBOXMP_DEVEXT pExt, PVIDEO_POINTER_CAPABILITIES pCaps, PSTATUS_BLOCK pStatus); 54 54 55 /* ==================== Virtual 55 /* ==================== VirtualBox VRP's handlers ==================== */ 56 56 BOOLEAN VBoxMPVBVAEnable(PVBOXMP_DEVEXT pExt, BOOLEAN bEnable, VBVAENABLERESULT *pResult, PSTATUS_BLOCK pStatus); 57 57 BOOLEAN VBoxMPSetVisibleRegion(uint32_t cRects, RTRECT *pRects, PSTATUS_BLOCK pStatus);
Note:
See TracChangeset
for help on using the changeset viewer.