python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Windows Driver substitue for linux device driver sysfs interface
Let me describe what sysfs does : its a pseudo file system where files, directories are generated by the core kernel or kernel drivers. And these files have read/write access and are a mechanism to co...
hit.at.ro
Votes: 0
Answers: 0
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
How to receive WdfDevicePostEvent 's notify events in C# application
https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wdfdevice/nf-wdfdevice-wdfdevicepostevent
I have an WDF driver use WdfDevicePostEvent() to notify WdfEventBroadcast type event,
and have ...
Victor
Votes: 0
Answers: 0