wdf Questions

2

Solved

I've written my fairly simple first driver for a virtual device. It also has a .inf and I install the driver using devcon.exe. It install fine and functions properly but my problem is when I try t...
Macdermot asked 1/4, 2012 at 14:14

0

I'm trying to compile the sysvad audio driver example found here: https://github.com/Microsoft/Windows-driver-samples/tree/master/audio/sysvad Getting a linker error when compiling windows kernel ...
Goodwife asked 27/1, 2019 at 21:59

1

Solved

I have VS 2015, and I also have Windows Driver Kit 10.0 But in VS 2015 Enterprise, I could not find any template to write KMDF related development. I tried to install so search for template for KMD...
Hardej asked 8/6, 2016 at 16:9

1

Solved

I came across kernel-mode drivers with very little experience. Here's what I am trying to do: Have a user-mode application that loads the driver. Have the user-mode application write to it, in or...
Exodus asked 3/6, 2014 at 13:27

2

Solved

When creating a Windows Driver project in Visual Studio 2012, you have many different options to choose from. There's a page on MSDN that helps you with choosing the correct driver model for your ...
Dumm asked 15/5, 2013 at 15:45

1

Solved

I am trying to affinitise the completion of CompleteRequest to the CPU that originally issued the request. Is there a way to retrieve the CPU that issued the request during FdoDeviceControl or any ...
Purgation asked 7/1, 2013 at 12:42

1

Solved

A project I'm working on at the moment requires the implementation of a copy-on-w/m mechanism which will be used to redirect disk i/o in a similar manner to Deep Freeze or Sandboxie, on Windows XP....
Drue asked 20/8, 2011 at 17:59

1

Solved

I am using the KbFilter example in the WDK, trying to send an IOCTL in a function that is called by KbFilter_ServiceCallback and therefore is executed at DISPATCH_LEVEL. The function just has to se...
Whitt asked 3/10, 2009 at 7:35
1

© 2022 - 2024 — McMap. All rights reserved.