Tech Support > Microsoft Windows > Drivers > how to detect WDDM vs. XPDM
how to detect WDDM vs. XPDM
Posted by Martin on September 9th, 2007


Hello,

How can I programmatically determine whether Windows Vista is using a WDDM
driver or an XPDM driver?

I can enumerate the drivers and obtain a name such as:
RADEON XPRESS 200M Series (Microsoft Corporation - WDDM)

but there's no guarantee that all WDDM drivers have the string "WDDM" in the
name.

Is there a preferable method?

Posted by Ivan Brugiolo [MSFT] on September 9th, 2007


In user-mode:
Check if the Direct3D device has the D3DCAPS2_CANSHARERESOURCE capability.

--

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Martin" <martin@discussions.microsoft.com> wrote in message
news:0C9C3312-459E-4651-8A7D-CB0505D71C9D@microsoft.com...



Similar Posts