First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
How to hook the On Screen Keyboard
Hello all. Just for fun I am working on a small project where I would like to hook the keys selected by the user from On Screen Keyboard (that comes with XP) in which they use their mouse to select keys and which gets sent to the target application like Firefox or IE. Can this be done using device driver code ... 2 Mar 2010 14:41
Number of DPC-Objects allowed in wait queue ?
I started device driver development with help of (maybe) outdated book of art baker (et.al.) "Windows 2000 Device Driver Development" (2001). I think the basics remain still valid for WDM. But I wonder if the following is still true for newer Windows versions (WinXP, Vista, Win7): "[...] there is only a single... 27 Feb 2010 16:35
driver signing issue using setupapi
> issue or We need to use DIXF for instead of setupapi. Try install using devcon.exe, maybe you have a bug in your setupapi code. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com ... 27 Feb 2010 05:35
Can the IFS kit be used freely?
Hello. I know the IFS kit is distributed as part of the WDK. Does it means the IFS kit can be used freely? Or, shoud it be purchased? If it should be purchased, where can I buy its license? Thanks. ... 27 Feb 2010 06:39
Power policy for raw PDO
Hi, I created a raw PDO from my KMDF HID mini driver for doing sideband communication. I have also installed a UMDF driver on top of that raw PDO. In this case, what kind of power policy should I apply to that raw PDO? Will it affect the HID mini driver that creates it since HID mini driver can't be a powe... 3 Mar 2010 18:41
Confirmation needed, DIFx + Sensor type = No go.
I've been trying to install a Windows 7 Sensor for the past few days. It appears that DIFx doesn't support the "Sensor" driver type and attempts to fallback to Plug n' Play, which simply gets my driver into the Driver Store. What's the deployment strategy for Windows Sensors? Am I stuck writing low-level Setup... 1 Mar 2010 14:09
virtual adapter driver
I am looking for a solution where I can run an application on my PC which can receive ethernet frames. To the PC is must look as if the application is located on a different machine. This application has its own IP stack and a small ethernet layer. So what I think that need sto be done is this : - install some kind of ... 1 Mar 2010 12:33
IoCreateDevice returns STATUS_OBJECT_NAME_NOT_FOUND
I am working on porting a file system filter driver for a customer from Windows XP (and earlier) to Windows Vista and Windows 7. When attaching to existing file systems, the IoCreateDevice call to create an unnamed device used for the attachment is failing and returning 0xc0000034 (STATUS_OBJECT_NAME_NOT_FOUND)... 25 Feb 2010 22:44
KbFiltr questions
Hello all. I am a newbie working with the KbFiltr sample provided with the Windows Server 2003 ver 3790.1830 on Windows XP SP3. What I would like to know is what does the third parameter (InputDataEnd) do ? I have tried printing the InputDataEnd->MakeCode member variable but it always prints out to 0 no matter... 27 Feb 2010 05:35
MDL Virtual Address and Byte Count
Hi All, Is the USB mass storage driver architecure modified from Windows XP to Windows Vista/Win 7. I transfer a block size of 1MB from an app, and in my USBSTOR lower filter I see the bytecount (MmGetMdlByteCount) of MDL address to be 1MB in Windows XP while it is 64K in Vista and Win 7. If I want the retrie... 25 Feb 2010 11:26
First  |  Prev |  Next  |  Last
Pages: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71