Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
2answers
2k views

Raw PDO to send IOCTL to upper filter driver (kbfiltr/moufiltr) to enable/disable device

I am quite new to driver development and trying to write a simple filter driver that will enable or disable a keyboard or mouse device. If I can make it work, I want to use it to disable the touchpad ...
10
votes
7answers
894 views

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. You can see the full source code ...
8
votes
3answers
1k views

Using boost in WDK build environment for applications?

I am using the Windows Driver Kit (WinDDK 6001.18001) to build my userspace application rather than Visual Studio 2005. I am taking this approach because we also have to build driver components, so ...
7
votes
1answer
580 views

Port 32-Bit Windows driver to 64-Bit Windows

Since our applications run in fullscreen mode, we have developed a keyboard hooking driver to disable user input for keys like ALT+F4, CTRL+ALT+DEL and so forth. The driver is developed in C using ...
7
votes
4answers
1k views

Programmatically differentiating between USB Floppy Drive and USB Flash Drive in Windows

On Windows (XP-7), is there a reliable way of programatically differentiating between USB floppy drives and USB flash drives in C++? At the moment, I'm using WMI to get updates when new ...
4
votes
1answer
712 views

Assembler file as input for a driver build with the WDK tools

How to get an assembler file to be compiled and linked into a driver build. To clarify a bit The SOURCES file : TARGETTYPE=DRIVER DRIVERTYPE=WDM TARGETPATH=obj TARGETNAME=bla ...
3
votes
2answers
359 views

Create a virtual MIDI port

I want to create a virtual MIDI loopback cable program that creates virtual MIDI ports to interconnect applications on Windows that want to open hardware-MIDI-ports for communication. SOrry if I am ...
2
votes
1answer
321 views

How to access user mode memory?

I'm trying to read the PEB of notepad.exe Currently I'm trying to access the PEB by registering a ProcessCreation callback and then waiting until notepad.exe is created. When notepad is created I use ...
2
votes
1answer
324 views

virtual joystick driver (VJoyD) and Direct Input

I have couple of questions: What is exactly VJoyD used for? Based on my reading win WDK (Windows Driver Kit) it provides joystick services in Windows ...
2
votes
1answer
363 views

Silently use Microsoft XPS Document Writer printer to create XPS

For some days now I've been battling with printing XPS to file without the dialog. I've read posts on the matter in CodeGuru and by Feng Yuan (MSDN), along with many discussion topics here and I am ...
2
votes
1answer
173 views

what does $< and $@ mean in make file

I found these pseudo variable name in my makefile in WDK build environment. What is referenced by these variables? It is a little hard for me to get the answer by search engine because they are ...
2
votes
3answers
175 views

Pointer increment difference b/w 32-bit and 64-bit

I was trying to run some drivers coded for 32-bit vista (x86) on 64-bit win7 (amd64) and it was not running. After a lot of debugging, and hit-and-trial, I made it to work on the latter, but I don't ...
2
votes
2answers
882 views

Is it possible to make Microsoft build.exe include sources from remote directories?

Adding source files more than one directory away (e.g. ../../source.cpp or ../../../somewhere_else/source.cpp, vs. just source.cpp or ../source.cpp) to the SOURCES= declaration in a WDK/DDK build ...
1
vote
0answers
35 views

simulate ondevicearrival event and move mouse multiple times for multipoint and mouse mischief app with multiple mice

I wish to simulate ondevicearrival event multiple times for my multipoint app and mouse mischief (i think it had this event). Im trying to figure out how to trigger the ondevicearrival event multiple ...
1
vote
0answers
131 views

long running query in documentum application

When retrieving objects in our documentum application it takes long time. We activated long running query option in data source och found that the below query is taking too much time: select all ...
1
vote
1answer
132 views

Where is msvcrtd.dll?

Where can I find msvcrtd.dll (the debug CRT), corresponding to \WinDDK\7600.16385.1\lib\Crt\i386\msvcrtd.lib in the Windows Driver Kit?
1
vote
2answers
226 views

Is wchar_t Supported in C++ WDK STL? I get Unresolved External Symbol's :(

I'm compiling a trivial C++ file Temp.cpp: #include <string> int main() { std::wstring s; } With the command line: cl.exe /MD /Iinc\api\crt\stl60 /Iinc\crt /Iinc\api C:\Temp.cpp ...
1
vote
3answers
234 views

Very Mysterious/Random C++ WDK STL 7 Error: iosfwd(202): error C2144: syntax error

I have the following trivial file named Temp.cpp: #include <string> int main() { return 0; } and I'm trying to compile it with the following command-line in the Windows XP Free Build ...
1
vote
2answers
396 views

C Driver programming blue screen of death

Hello and a happy new years eve/new year everybody, I'm having some problems with the driver I'm currently making. Everything works fine up until I get to handle an WriteFile() request. My driver ...
1
vote
1answer
190 views

Signtool stopped adding countersignature - what's up?

I recently faced a very strange problem. Compilation of our products includes signing the kernel-mode drivers and adding a countersignature. This is done using a call to signtool, included in the DDK ...
1
vote
2answers
76 views

How to link to NTQueryKey in Kernel Mode

For the life of me I can't figure out how to resolve the declared NTQueryKey value in my device driver. I looked for a device driver forum, but didn't find one. Can someone point me to the right ...
1
vote
1answer
1k views

How to use ZwQueryInformationProcess to get ProcessImageFileName in a kernel driver?

I'm writing a simple kernel driver for my application - which is an anti-malware application. I've hooked ZwOpenFile() to get handle to process calling this API using PsGetCurrentProcess() which ...
1
vote
1answer
308 views

windows I/O manager - IRP's classification in read-like and write-like

I am writing a windows filesystem minifilter driver that must fail I/O Request Packets (IRP's) in a preoperation callback based on their type (read/write). How can I find out from the callback ...
1
vote
3answers
853 views

Is anyone familiar with the undocumented ObReferenceObjectByName windows kernel function?

I read a very fascinating article that was about programming drivers using the wdk, and one of the functions it used is called ObReferenceObjectByName. This function has given me lots of headaches. ...
1
vote
2answers
654 views

jsp tag library changes checkbox name?

I'm trying to use a select all checkbox to select a column of checkboxes. So I gave all the ones I want checked off at once the same name ABoxesElement so that I can easily check them all on in ...
1
vote
1answer
1k views

Warning linking boost lib in WDK build (“LNK4217: locally defined symbol _ imported in function _”)

I'm building the below example boost-consuming user-mode app with the WDK, but I'm getting the following errors when linking with the boost libraries that I built earlier using bootstrap and .\bjam, ...
1
vote
1answer
243 views

Print server - want to catch print command

How should i know at print server whether any client has fire any command. or any way to hook into printer driver at printing driver at server What is print server ??? How print server work in ...
1
vote
1answer
586 views

Windows 7 Driver for Print to XPS

The link to the Windows 7 DDK (or WDK) is not something I seem to be able to get to. I need to write a driver that will convert the content to XPS and then do something with it. The "do something" is ...
1
vote
1answer
333 views

How do you build the Windows D3D9 refrast from source?

Microsoft distributes source code to reference implementations of their different Direct3D APIs to hardware vendors, driver developers, etc. This code builds using the ever-cryptic WDK (formerly DDK) ...
0
votes
0answers
14 views

DRIVER_OBJECT.DriverSection

Does anyone have an idea what is the structure of the DriverSection pointer in the x64 bit version of win7. In 32 bit I used the following: typedef struct _KLDR_DATA_TABLE_ENTRY { LIST_ENTRY ...
0
votes
1answer
58 views

Building thrift application on Windows 7

Is there any way to build thrift 0.8 on Windows? I have Microsoft Visual Studio 2008 ( v9 ), boost 1.48 and WDK 7 I found several errors in my test... for example, I had to change: in ...
0
votes
1answer
48 views

Creating Windows Print Driver

I'm looking to create a print driver that will monitor jobs sent to a particular printer and add in a small amount of text to each page. I have downloaded the WDK and have the bitmap example working, ...
0
votes
0answers
19 views

Set compatible IDs in UMDF driver

Does anyone know how to set the compatible IDs in a UMDF driver? I noticed that kernel mode drivers can use WdfPdoInitAddCompatibleID, but I don't see anything similar for user mode drivers. Thanks!
0
votes
1answer
58 views

Building .c file to create driver won't work following basic example

I'm following this basic example how to create a system driver: http://sriramk.com/blog/2007/09/world-windows-driver-from-scratch.html When I do the build I get the following (above the BUILD: ...
0
votes
0answers
33 views

Strange errors when using BYTE/PBYTE instead of char/char * in VS2k10 + WDK environment

If I have this function: #include <ntddk.h> int test(PBYTE i) { } Visual Studio 2k10 complains when I try to compile my source code: ...
0
votes
1answer
32 views

Device Identification and setup api

Is there a way to obtain properties of devices that correspond or belong to the guid class namely ClassName "Sensor". I want to obtain information to filter out devices(sensors) that are not relevant. ...
0
votes
0answers
63 views

How to write a correct IOCTL_SERIAL_WAIT_ON_MASK

I'm porting an old USB -> RS232 driver from WDM to WDK. I've successfully ported all IOCTLs except the IOCTL_SERIAL_WAIT_ON_MASK. I've looked into the Fakemodem example that comes with the WDK and it ...
0
votes
1answer
47 views

Print Monitor - Error whil installing

I have written a virtual printer driver that includes print monitor dll as well infs. Only problem is that when i try to run the install it with command below, I get "the specified port is unknown, ...
0
votes
1answer
36 views

Using dword value as an operand to ASM jmp

I'm playing with some runtime function patching but I have a problem with the endiannes when writing memory address values. So what I have: char buf[] = \xE9\xDE\xAD\xBE\xEF At runtime I have to ...
0
votes
1answer
126 views

Difference between KeWaitForSingleObject with 0 timeout and KeReadStateSemaphore

Is there any difference between KeWaitForSingleObject with timeout set to 0 and KeReadStateSemaphore?
0
votes
0answers
64 views

create installer for wdk printer

I have downloaded the MS Windows Driver Kit and have been using the (ddk)localmon and (ddk)localui samples as the basis to create a virtual printer driver. At present the printer driver grabs a copy ...
0
votes
1answer
137 views

Windows Driver Development with Eclipse

Is that possible to integrate WDK into Eclipse? WDK seems to have its own compiler and debugger, so I wonder if there is a plug-in or it could be done manually?
0
votes
2answers
185 views

Driver Bulid error for 64bit os on Vistual Studio 2005

i am using Visual studio 2005 with WDK 7600.16385.1.i am compiling User mode Printer driver it will successfully build when i select "Win32" for platform but when i build this driver for "x64" i get ...
0
votes
1answer
60 views

How can I dynamically specify default value for DocbaseAttribute in DocbaseAttributeList in EMC Documentum WDK web application?

I have docbaseattributelist on a page containing docbaseattributes. How can i dynamically (from inside of my web application) set default value for certain docbaseattribute of this list in EMC ...
0
votes
3answers
140 views

What is a Windows Kernel Driver?

What is Windows Kernel Driver written with the WDK? What is different from normal app or service?
0
votes
1answer
125 views

Which device to attach filter driver to for Xbox 360 controller?

As a learning exercise, I'm trying to write a filter driver for the wired XBox 360 controller on Windows 7 64-bit. This controller shows up as a HID joystick, so it seems like it should be ...
0
votes
0answers
45 views

How to access DriverCLSID using SetupDIXXX API

I need to access the DriverCLSID (the one we specify in .inf file while developing a device driver in Windows) using the SetupDIxxx API, I could not find any documentation about how to do it, I can ...
0
votes
1answer
86 views

Is there any good good resource on how to write a ndis filter with windows develop kit?

Although wdk ships an exampe with it,it doesn't have any detail documents on how it works. Is there any resource that fully explains how it works?
0
votes
1answer
244 views

Installing Filter Drivers To An Existing Device

I am learning how to write a filter driver and is trying to install one on top an existing HID driver (mouse or keyboard) for practising. From what I understand, I should at least add an UpperFilters ...
0
votes
2answers
185 views

Why is there no windbg in latest version of wdk?

I just installed wdk 7600.16385.1(from here) , and find windbg is missing even though I've chosen to install all components. Is it officially removed from wdk now? If that's the case,why?

1 2