Changeset 33980 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.h
- Timestamp:
- Nov 11, 2010 12:13:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.h
r33868 r33980 18 18 #define VBOXVDPN_C_DISPLAY_VBLANK_SIZE 180 19 19 20 NTSTATUS vboxVidPnCheckTopology( const D3DKMDT_HVIDPN hDesiredVidPn,20 NTSTATUS vboxVidPnCheckTopology(struct _DEVICE_EXTENSION* pDevExt, const D3DKMDT_HVIDPN hDesiredVidPn, 21 21 D3DKMDT_HVIDPNTOPOLOGY hVidPnTopology, const DXGK_VIDPNTOPOLOGY_INTERFACE* pVidPnTopologyInterface, 22 22 BOOLEAN *pbSupported); … … 129 129 D3DDDI_VIDEO_PRESENT_TARGET_ID targetId, D3DKMDT_MONITOR_CAPABILITIES_ORIGIN enmOrigin, 130 130 D3DKMDT_2DREGION *pResolutions, uint32_t cResolutions, int32_t iPreferred); 131 132 void vboxVidPnDumpVidPn(const char * pPrefix, PDEVICE_EXTENSION pDevExt, D3DKMDT_HVIDPN hVidPn, const DXGK_VIDPN_INTERFACE* pVidPnInterface, const char * pSuffix); 131 133 #endif /* #ifndef ___VBoxVideoVidPn_h___ */
Note:
See TracChangeset
for help on using the changeset viewer.