Changeset 34345 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxUhgsmiKmt.h
- Timestamp:
- Nov 24, 2010 10:06:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxUhgsmiKmt.h
r33929 r34345 96 96 HRESULT vboxDispKmtCreateDevice(PVBOXDISPKMT_ADAPTER pAdapter, PVBOXDISPKMT_DEVICE pDevice); 97 97 HRESULT vboxDispKmtDestroyDevice(PVBOXDISPKMT_DEVICE pDevice); 98 HRESULT vboxDispKmtCreateContext(PVBOXDISPKMT_DEVICE pDevice, PVBOXDISPKMT_CONTEXT pContext, BOOL bD3D); 98 HRESULT vboxDispKmtCreateContext(PVBOXDISPKMT_DEVICE pDevice, PVBOXDISPKMT_CONTEXT pContext, 99 VBOXWDDM_CONTEXT_TYPE enmType, HANDLE hEvent, uint64_t u64UmInfo); 99 100 HRESULT vboxDispKmtDestroyContext(PVBOXDISPKMT_CONTEXT pContext); 100 101
Note:
See TracChangeset
for help on using the changeset viewer.