Changeset 77342 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 18, 2019 9:08:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp
r76553 r77342 1689 1689 NTSTATUS VBoxVidPnIsSupported(PVBOXMP_DEVEXT pDevExt, D3DKMDT_HVIDPN hVidPn, BOOLEAN *pfSupported) 1690 1690 { 1691 /* According Microsoft Docs we must return pfSupported = TRUE here if hVidPn is NULL, as 1692 * the display adapter can always be configured to display nothing. */ 1693 if (hVidPn == NULL) 1694 { 1695 *pfSupported = TRUE; 1696 return STATUS_SUCCESS; 1697 } 1698 1691 1699 *pfSupported = FALSE; 1692 1700
Note:
See TracChangeset
for help on using the changeset viewer.