- Monitoring USB traffic
- Posted on February 24th, 2005 | 2 Comments
Hi. I want to to add a filterdriver just above the USB-bus-driver, so I can monitor all traffic going to and from the USB-devices. Any nice ideas how to go around adding this filterdriver to the...
- Snooping driver calls
- Posted on February 24th, 2005 | 0 Comments
Hi, I bought a DSP card for the ISA bus on ebay last year. It came with the software/drivers to program/interact with the card under Windows. The card came with scanty documentation from the...
- Windows 2003 DDK and SoftICE
- Posted on February 24th, 2005 | 8 Comments
When trying to build the .NMS file for SoftICE debugging, I get "No Debug Information Found". This is only if I use the 2003 DDK. When using XP or 2000 DDK, I have no trouble getting the...
- Driver development Kit Suit UPGRADE
- Posted on February 23rd, 2005 | 7 Comments
Hi I have the Driver Development Kit Suite (2002) CD SET: X08-78503. I'd like to upgrade it to the DDK Suite 3 How can I do that? thanks Pat
- Screen Capture in Kernel Mode
- Posted on February 23rd, 2005 | 1 Comments
Hi! Does anybody know how to capture screen (either the entire window or only a region) using a method which is allowed by kernel mode? Any tip would be appreciated, especially (pieces of) source...
- exception handling by debugger
- Posted on February 23rd, 2005 | 0 Comments
i have an app that causes exception and windows displays Application has caused... box and that's ok but when i run it under debugger wheter windbg in user mode or softice and give go(F5 in windbg)...
- kbfiltr pass the WHQL?
- Posted on February 23rd, 2005 | 0 Comments
Will original ddk example - kbfiltr pass the WHQL?
- an issue about difference SCSI IO between Windows 2000 and XP
- Posted on February 23rd, 2005 | 0 Comments
Hello: I am developping a SCSI port driver for a reading card device, when inserting a SD card,on Windows XP platform,it works well, but On windows 2k, it will receive SCSIOP_WRITE command,I think it...
- USB: how to select another device configuration from the driver
- Posted on February 23rd, 2005 | 6 Comments
Hi I'm quite new in driver stuff. Is there a good method to select another configuration of a USB device that has multiple? Do I have to care for special things if another driver was...
- BuildScatterGatherList question
- Posted on February 23rd, 2005 | 6 Comments
BuildScatterGatherList will build a scatter ghater list for the Mdl supplied, or, the Mdl and any Mdl that is chained to the first Mdl?
- About NdisQueryPacket!!
- Posted on February 23rd, 2005 | 15 Comments
hi,everyone: I am writint an IMD driver using 2003 DDK. But now , I find there's something wrong with NdisQueryPacket: In function MPSendPackets( or MPSend), I access the Packet through the following...
- KeWaitForSingleObject and SMP machines
- Posted on February 23rd, 2005 | 9 Comments
Does anyone know for certain if KeWaitForSingleObject is multi-processor safe. In other words, is it SMP safe.
- Inheritance
- Posted on February 23rd, 2005 | 55 Comments
Hi, I trying to derived two different struct from the base one. typedef struct _COMMON_BASE_ { ..... }BASE_ONE, *PBASE_ONE; typedef struct _DERIVED_ONE_ : public _COMMON_BASE_
- file object address
- Posted on February 23rd, 2005 | 12 Comments
Can I rely on the file object address in my file system filter driver during all the life-time of the object? In other words, is file object can be found at the same memory address during all the...
- USB HID Power class device cause windows 98 delay shutdown for 1 m
- Posted on February 23rd, 2005 | 0 Comments
Hi, I develop a UPS device it belong to USB HID class and Power subclass, once this device plug on system, and you shudown windows later, it cause windows hang on screen "windows is shuting down"...
- How to filter Recording voice
- Posted on February 22nd, 2005 | 1 Comments
I am doing some speech processing(research): When I use any device on my system to record sound source, and I want my sound to do some pre-processing, before it is streaming to system. 1) How can I...
- Q: SetupDi
- Posted on February 22nd, 2005 | 1 Comments
How can I use SetupDi to determine if a hardware device is plugged in when the DeviceInfoSet was created with DIGCF_ALLCLASSES? Thanks
- Can the W2K3 SP1 RC1 DDK be used for shipping products today
- Posted on February 22nd, 2005 | 3 Comments
We're having an internal debate about which DDK version is appropriate for a driver we plan to ship shortly. I believe the W2K3 SP1 RC1 DDK is the one to use. Some people here are uncomfortable with...
- How to make HalDisplayString() work from safe mode?
- Posted on February 22nd, 2005 | 1 Comments
Hello I have a system\boot driver with the following code: InbvEnableDisplayString(1); HalDisplayString ("A message"); It works ok when windows loads normally, but i can't see any text when i load...
- Device ID in INF Models section
- Posted on February 22nd, 2005 | 4 Comments
For years, our INF file has identified USB PnP printers using a device ID like this in the section: "My Printer name" = LP350, USBPRINT\MFGprintermodel_3501312 We're trying to sign a new...

