python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to all C++/WinRT from UMDF2
I develop an UMDF2.0 driver using VS2019.
Inside this driver I need to communicate with an BLE device.
I have to use BluetoothLEDevice class to do this. This is a WinRT Api.
I'm completely lost on how...
EmbeddedDev
Votes: 0
Answers: 1
Access denied when using WdfRegistryOpenKey function to create registry keys in umdf2
In my WDF driver, I want to save some custom data used for specific device to the registry. But I cannot use the WdfRegistryCreateKey() function provided by umdf2 to create a new key under "hardw...
Ironmankiller
Votes: 0
Answers: 1
IddCx Driver frame stutters, potentially caused by OS version issues
I am working on a IddCx indirect Display Driver. I have run into a bug that I cant find any reason to blame my own code on. Every two seconds or so IddCxSwapChainReleaseAndAcquireBuffer takes over 100...
vulkur
Votes: 0
Answers: 1
Sending umdf driver created desktop frames to application
I have written a user mode driver that renders new desktop frames. Now I want to get those frames displayed in my application. I am already searching 2 weeks for any a solution but I still have no ide...
Linux
Votes: 0
Answers: 1