Changeset 72621 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.cpp
- Timestamp:
- Jun 20, 2018 11:27:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.cpp
r69500 r72621 846 846 { 847 847 Assert(hostId); 848 Assert(pDevice->DefaultContext.ContextInfo.hContext); 848 849 849 850 VBOXDISPIFESCAPE Data; … … 876 877 } 877 878 878 int vboxD3DIfSetHostId(PVBOXWDDMDISP_ALLOCATION pAlloc, uint32_t hostID, uint32_t *pHostID)879 static int vboxD3DIfSetHostId(PVBOXWDDMDISP_ALLOCATION pAlloc, uint32_t hostID, uint32_t *pHostID) 879 880 { 880 881 struct VBOXWDDMDISP_RESOURCE *pRc = pAlloc->pRc; 881 882 PVBOXWDDMDISP_DEVICE pDevice = pRc->pDevice; 883 884 AssertReturn(pDevice->DefaultContext.ContextInfo.hContext, VERR_GENERAL_FAILURE); 882 885 883 886 VBOXDISPIFESCAPE_SETALLOCHOSTID SetHostID = {0};
Note:
See TracChangeset
for help on using the changeset viewer.