File system filter driver: WDF or WDM?4779 (12/15/2009 3:56:41 PM) Hi, I can't figure out what technology to use for my problem. In order
to write a "filter driver" for the file system, can I use the newer
WDF (Windows Driver Foundation) or do I need to use the older WDM?
(... Maurizio
Accessing a HID Endpoint within a composite device4332 (12/8/2009 3:01:47 AM) I have a composite device that has 3 interfaces. Interfaces 1 and 2
are vendor specific and Interface 3 is a HID endpoint that Windows
recognizes and load the HID class driver for. To get my driver to
work, ... Carl
How to install Unidrv.dll programmatically1419 (11/13/2009 4:28:16 PM) Hi I am writing a printer driver + monitor.
I have created a programs that install my printer driver.
How do I trigger the need of Windows printer components like unidrv.dll...?
I know in an inf you invoke... Denis
Wince 5.0 Sdio1307 (12/14/2009 3:24:21 AM) Hi Experts,
I have one doubt regarding sdio support in windows ce 5.0. Which
type of sdio specification is support in windows ce 5.0? Is it support
sdio 1.1 compatible devices? please reply...
... Sreehari
Full path name2423 (12/13/2009 5:55:01 PM) Given a normalized name like \Device\HarddiskVolume1\Documents and
Settings\My Documents\test.txt, how do I get the DOS path name like
C:\Documents and Settings\My Documents\test.txt?
... Utf
Install driver files with the same name5239 (12/8/2009 9:39:01 AM) Hello,
We have multiple driver files with the same name which were provided third
party.
I am looking for a way to install the drivers.
Because We want that the each driver are used in different applic... Utf
Co-Installer and Service Always Required?3236 (12/7/2009 11:18:01 PM) I've developed a WDM class driver for my device. It's a device that attaches
to a SCSI bus for doing I/O with some dedicated hardware. I only need to
open/close/read/write to the dedicated hardware.
So... Utf
How to dynamically load and unload a PnP WDM Driver6350 (12/6/2009 10:25:01 AM) Hello,
I know legacy style drivers can be loaded at any time with the Service
Control Manager APIs, but PnP style drivers can't.
My application uses a temporary driver that I want to load only when my
... Utf
Dump file corrupt3339 (12/10/2009 9:33:25 AM) ************************************************** ************************
THIS DUMP FILE IS PARTIALLY CORRUPT.
KdDebuggerDataBlock is not present or unreadable.
********************************************... Zaheer
filter driver & embedded signature in vista-643250 (12/10/2009 4:46:01 PM) Is it possible to embed a signature in my x64 class filter driver? If so,
does this eliminate the need to distribute an associated catalog file?
Thanks
dmm
... Utf