Changeset 37490 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCm.cpp
- Timestamp:
- Jun 16, 2011 10:58:27 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPCm.cpp
r36867 r37490 225 225 static void vboxVideoCmSessionDestroy(PVBOXVIDEOCM_SESSION pSession) 226 226 { 227 /* signal event so that user-space client can figure out the context is destroyed 228 * in case the context destroyal is caused by Graphics device reset or miniport driver update */ 229 KeSetEvent(pSession->pUmEvent, 0, FALSE); 227 230 ObDereferenceObject(pSession->pUmEvent); 228 231 Assert(IsListEmpty(&pSession->ContextList));
Note:
See TracChangeset
for help on using the changeset viewer.