Tech Support > Microsoft Windows > Drivers
UNEXPECTED_KERNEL_MODE_TRAP and EXCEPTION_DOUBLE_FAULT
Posted on June 27th, 2008 | 2 Comments

Well, the general suggestion for your problem is to: - move all variables to memory - limit recursions - check for stack usage before making any operations I also suggest you to take care about the...

Any one used IntFiltr.exe???
Posted on June 27th, 2008 | 0 Comments

This damn thing keeps saying (against DevObj Name) "NO DEVICE INFO AVAILABLE" for all devices except 1394 Host - \Device\00000069 IEEE 1394 IP Network Device - \Device\0000006a Processor (4 entries)...

network card driver question
Posted on June 27th, 2008 | 0 Comments

Hi What's is the Read/Write packets format of network card , should it be 802.3 ethernet packet or 802.1x if it is a wireless card , that is L2 packets ? How will driver handle the Read/Write...

Cache promble
Posted on June 26th, 2008 | 3 Comments

Can you check the mapping attributes on the VAD for the user -mode process ? 0: kd> !vad <vad_root_node> fffffa8002a334c0 ( 6) 3200 34ff 768 Private Rotate...

Is DIFxApp history??
Posted on June 26th, 2008 | 4 Comments

"InstallHInfSection" way is used for installing non-PnP drivers, such as filesystem filters. Basically these drivers can be installed just with "sc create". It seems that the INF is needed only as a...

How to trigger IRP_MN_SURPRISE_REMOVAL?
Posted on June 26th, 2008 | 6 Comments

you solve the problem by having some application / service in user mode do the disable/enable. there are NO apis in kernel to do this and you cannot force pnp to do this for you through weird state...

Queuing routines
Posted on June 26th, 2008 | 1 Comments

Queues implemented by these ancient (NT 3.1) functions use the single OS-wide global spinlock to protect all "put to queue" and "get to queue" operations. IoCsqXxx routines are free from this...

Game Box Emulator
Posted on June 26th, 2008 | 1 Comments

On Jun 26, 1:23 am, Kid <K...@discussions.microsoft.com> wrote: Given that DOSBox is open source, it seems like a trip to SourceForge is in order.

Is DriverUnload routine called during system restart or shutdown?
Posted on June 26th, 2008 | 1 Comments

No. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com

USBSTOR problem
Posted on June 26th, 2008 | 2 Comments

According to analyzer report, driver verifier detected a deadlock condition and cause this BSOD. It also suggested you type !deadlock to get further information about deadlock. Best Regards Jack...

compare a directory name with another
Posted on June 26th, 2008 | 1 Comments

Hi, Sorry if question was badly asked, i don't fluently speak english. I'd like to identify a file, more precisely a directory, on a other name that by its name, in the...

Display Mirror Driver:: Screen Updates in BYTEs
Posted on June 26th, 2008 | 1 Comments

manmeeth.k@gmail.com wrote: Remember that a mirror driver is entirely separate from the main display driver. You don't have access to the main frame buffer. The principle is that every drawing...

Vista-like USB support on XP
Posted on June 26th, 2008 | 3 Comments

Wilhelm Noeker <wnoeker@t-online.de> wrote: libusb-win32 provides the same basic functionality, and it's open source. -- Tim Roberts, timr@probo.com Providenza & Boekelheide, Inc.

Virtual COM port with UMDF
Posted on June 25th, 2008 | 12 Comments

On Jun 25, 3:21 am, sukumar <suku...@discussions.microsoft.com> wrote: Please stop spamming by opening duplicate threads on NTDEV and here and replying to old threads.

read from a usb controller
Posted on June 25th, 2008 | 1 Comments

the controller itself does not expose anything that you can use. do you mean you have a usb device attached that takes a pulse as an input and you want to talk to the usb device? -- Please do not...

Compiler error in Xp
Posted on June 25th, 2008 | 2 Comments

IoInitializeWorkItem is supported only vista and later, you cannot use it on XP d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is...

BSOD with DRIVER_POWER_STATE_FAILURE (9f)
Posted on June 25th, 2008 | 3 Comments

set power irps come after the Ex callback returns d -- Please do not send e-mail directly to this alias. this alias is for newsgroup purposes only. This posting is provided "AS IS" with no...

Session Id in driver
Posted on June 25th, 2008 | 0 Comments

Hi, Is there any way to find the session id in one of the dispatch functions of a kernel mode driver(top layer driver)? I have to take some decisions based on the session id. My understanding is...

Driver install using DIFxApp hangs on XP
Posted on June 25th, 2008 | 0 Comments

Hi, I'm having a problem installing a driver using the DIFxApp merge module. The problem is that the MsiInstallDrivers custom action, which is added by the merge module is haning on some XP systems....

Username from ddihook.cpp
Posted on June 25th, 2008 | 0 Comments

I am developing a printer plug-in. I need to retreive the username of the job's owner from inside ddihook.cpp. Someone know how I can do it? Thanks