开发者_运维百科how can I get the driver\'s name of a device to use with CreateFile? handle = CreateFile( DRIVER_NAME_HERE,
I\'m trying to install driver behind the user: I\'ve create DLL which call SetupCopyOEMInf using c++ then i call it from VB application:
Does anyone know how to create an ODBC or OLE driver preferably in C#? What I want to do is creating a custom data source which I can use in Excel and Access. 开发者_如何学JAVAOr do think of another
If I was told I needed to create a driver for some product (say, a game controller), how would I go about creating one? Is this something you could do normally in C/C++?
I\'d like to call my app from my driver when an interesting event happens in the Windows kernel. I need to be able to pass at least 4 bytes of data back to user mode. How to achieve this? These events
I want to extract a USB storage device serial number from inside a minifilter filesystem driver, inside the InstanceSetup callback using the technique described here the only difference is that I do i
I h开发者_运维知识库ave developed a driver for Windows XP which is able to monitor the execution of processes.
What would be the best approach to take in order to achieve a backwards compatible (Windows XP through Windows 7) way to capture sound that is being sent to the speakers on a machine, even if the audi
i try installing a driver in a Windows 7 x64 environment, by using cmd, and a nsis installer made from a script
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.