Changeset 26976 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
- Timestamp:
- Mar 2, 2010 9:30:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp
r26928 r26976 763 763 ) 764 764 { 765 dfprintf(("==> "__FUNCTION__ ", context(0x%p), msg(0x%x)\n", MiniportDeviceContext, MessageNumber)); 766 765 767 PDEVICE_EXTENSION pDevExt = (PDEVICE_EXTENSION)MiniportDeviceContext; 766 768 BOOLEAN bOur = FALSE; … … 838 840 } 839 841 842 dfprintf(("<== "__FUNCTION__ ", context(0x%p), bOur(0x%x)\n", MiniportDeviceContext, (ULONG)bOur)); 843 840 844 return bOur; 841 845 } … … 870 874 ) 871 875 { 876 dfprintf(("==> "__FUNCTION__ ", context(0x%p)\n", MiniportDeviceContext)); 877 872 878 PDEVICE_EXTENSION pDevExt = (PDEVICE_EXTENSION)MiniportDeviceContext; 873 879 … … 898 904 if (dpcData.bNotifyDpc) 899 905 pDevExt->u.primary.DxgkInterface.DxgkCbNotifyDpc(pDevExt->u.primary.DxgkInterface.DeviceHandle); 906 907 dfprintf(("<== "__FUNCTION__ ", context(0x%p)\n", MiniportDeviceContext)); 900 908 } 901 909
Note:
See TracChangeset
for help on using the changeset viewer.