wdk
WDK : get processId by name.exe
I\'开发者_C百科m developing a driver in Windows Filtering Platform and I need the process ID of another process to do what I need to do.[详细]
2023-01-10 09:59 分类:问答How can I compile Programmer Dvorak?
I\'m trying to compile the open source project Programmer Dvorak. The problem is that it\'s a bit old and doesn\'t build with the current versions of the build tools.[详细]
2023-01-09 21:42 分类:问答How to understand the "NTSTATUS", "NT_SUCCESS" typedef in windows ddk?
Two questions: 1. In \"ntdef.h\" the NTSTATUS is defined as follow: typedef __success(return >= 0) LONG NTSTATUS;[详细]
2023-01-09 12:16 分类:问答WDK (Windows Driver Kit) and VC++ headers problem
I\'m trying to read from an USB HID device, I know how to do it in C# using DLLImport hid.dll, but I want to do it from C++, this way I don\'t have to declare all the structures, etc, and just include[详细]
2023-01-09 11:45 分类:问答Print Job Accepting and routing Software
I want to create a software which can accept Print Jobs from other computers, and then route those print jobs to PCs on开发者_开发百科 LAN with printers attached.[详细]
2023-01-08 23:44 分类:问答microsoft windows driver kit pure C try catch syntax?
In the Windows Driver Kit (WDK) there are some driver code samples written in pure C, but sprinkled with some try-catch-finally constructs. Does someone know their semantics ? Thank you microsoft for[详细]
2023-01-01 10:11 分类:问答Canceling a WSK I/O operation when driver is unloading
I\'ve been learning how to write drivers with the Windows DDK recently. After creating a few test drivers experimenting with system threads and synchronization, I decided to step it up a notch and wri[详细]
2022-12-31 08:58 分类:问答Trouble installing sample portio driver from winDDK
I am currently trying to build an application, that w开发者_开发技巧ill talk to the super IO chip using port IO. As part of that, I am trying to develop a kernel-mode windows driver that I can contact[详细]
2022-12-31 07:09 分类:问答Do mini-filter functions need APCs enabled?
Many Zw* functions that work with files (such as ZwCreateFile) need to be called at PASSIVE_LEVEL with APCs enabled: http://msdn.microsoft.com/en-us/library/ff566424%28VS.85%29.aspx. This is because,[详细]
2022-12-29 06:13 分类:问答How to write virtual audio device driver for WinXP
How to write simpliest audio virtual device driver in WinXP? I know that one way is to write a WDM driver but I suppose it is not an easyly task. I need to implement some audio filtering for a Flash b[详细]
2022-12-19 18:12 分类:问答