I am developing file system driver under Windows 开发者_StackOverflow社区and i need to check file attributes of every accessed file. To do this i need to do additional ZwCreateFile for each file, but
How do I restrict my webcam driver from being used by other applications? I don\'t want other applications to use it. It should only work with my application.
hi wanttouseIoRegisterPlugPlayNotification for notify when new usb get plug-in! my code dont work (i dont get notify)
What is the c开发者_StackOverflowleanest way to pass data from device driver to windows service and back?This is normally achieved using Device Input and Output Control (IOCTL).
I would like to make a fake webcam or \"software\" webcam that would stream videos/music from a computer file. The flash player can stream a webcam but not video. The idea is to trick adobe flash into
Is there an official / proper method of getting Windows’ drivers directory or do you just concatenate \"\\\\Drive开发者_StackOverflow中文版rs\" to GetSystemDirectory()?
I\'m following this example. Code in DriverEntry: UNICODE_STRING symLinkName; RtlInitUnicodeString(&symLinkName,L\"\\\\??\\\\HelloDDK\");
I am trying to interface to a microcontroller from my linux box via RS232 serial. I have written the driver and implemented a prot开发者_如何学运维ocol b/n pc and microcontroller, which uses a tty(/d
I am trying to get familiar with Linux Kernel Module. So I have written this simplest module which works on usb. I am not sure what I am missing. The module is being loaded. Also on dmesg I can see th
I\'ve recently bought a laptop with a touch pad that does not completely work under Linux. So I thought I might listen what data is sent to the PS2 controller (IO port 60) under Windows, and update th