Tech Support > Microsoft Windows > Drivers
Installing kbfiltr sample..
Posted on June 9th, 2008 | 6 Comments

(all the following is assuming a filter on a PNP stack like kbfiltr) I would call your accounting odd, given that even the 3 steps you mentioned would imply no more than 25%, even if you count...

Where to get USBSER.sys?
Posted on June 9th, 2008 | 2 Comments

you do not redistribute usbser.sys, you reference it in your INF and the OS will copy it out of the appropriate store... d -- Please do not send e-mail directly to this alias. this alias is...

How do I use NdisMIndicateReceivePacket ?
Posted on June 9th, 2008 | 2 Comments

I think you also should call NDIS_SET_PACKET_HEADER_SIZE and possibly some other macros to fill the header of NDIS_PACKET. Just chaining the buffer is not enough. Also note - the data chain in...

How to send data packet to user mode application or process ?
Posted on June 9th, 2008 | 2 Comments

1) The app sends overlapped reads or IOCTLs (if you need the "short request with long response" semantics) 2) The app waits for their completion using one of the 2 documented ways - event or IO...

Scatter/gather list with only one element
Posted on June 9th, 2008 | 8 Comments

Yes, and this is really strange. MDL tail values are the physical addresses divided to PAGE_SIZE. -- Maxim Shatskih, Windows DDK MVP StorageCraft...

MmProbeAndLockPages() fails in PsSetLoadImageNotifyRoutine() callb
Posted on June 9th, 2008 | 0 Comments

Hi, I have a question regarding using MmProbeAndLockPages() in PsSetLoadImageNotifyRoutine() callback. The callback is provided with the image base adddress (virtual) and the image size. They are...

DTM configuration job failing
Posted on June 9th, 2008 | 0 Comments

I've tried to create a configuration job that will automatically install the appropriate O/S when needed. Unfortunately, the system won't use the task (although, when run directly, the configuration...

How to uninstall driver?
Posted on June 9th, 2008 | 0 Comments

Hi, How can I uninstall a driver for a device, by its device id or friendly name? Lisa

I need to implement a COM port and Modem on top of my USB bulk driver.
Posted on June 9th, 2008 | 1 Comments

On Jun 9, 11:34 am, "Denis @ TheOffice" <deni...@ica.net> wrote: 0) Write two more INFs where your driver belongs to the Modem or Ports setup classes 1) Register for the modem or COM port device...

Download for 6001.18001??
Posted on June 9th, 2008 | 6 Comments

Does connect.microsoft.com have some sort of access control list? I get error while accessing the given URL for the WDK download. Not just that, I think I can't see lot of sites/connections like the...

AVStream Driver filter: GraphEdt initiating stop
Posted on June 9th, 2008 | 2 Comments

This message is triggered by an EC_ERRORABORT event raised by one of the filters. The KSProxy filter will raise this event if there is an error received on an input pin write or output pin read....

Packet alignment constraint in WinUSB
Posted on June 9th, 2008 | 26 Comments

Paarvai Naai <PaarvaiNaai@discussions.microsoft.com> wrote: You are correct. I came at this thread from the viewpoint of "this person is trying to find a way to get a job done," which is a somewhat...

How to uninstall diskperf.sys?
Posted on June 8th, 2008 | 0 Comments

Hi Please tell me how to uninstall diskperf.sys which is in DDK for WS2003SP1. thanks.

LPT driver
Posted on June 8th, 2008 | 2 Comments

Hello, b.lu wrote: Is this a Windows application, or a DOS application running in an NTVDM? If it is a DOS application (which I highly believe), then you can write a virtual device driver (VDD)...

CLICK HERE TO KNOW MORE ABOUT MICROSOFT
Posted on June 8th, 2008 | 0 Comments

CLICK HERE TO KNOW MORE ABOUT LATEST IN MICROSOFT http://polticsinfs.blogspot.com/

Application and Driver interaction
Posted on June 7th, 2008 | 3 Comments

"FranckDG" <FranckDG@discussions.microsoft.com> wrote in message news:BAC32DEA-296A-47C1-B19B-54A7D756D491@microsoft.com... <snip> No, a driver hardly can do do this. Maybe AppInit_DLLs method is...

Sym Srvr unable to resolve Win32K driver
Posted on June 7th, 2008 | 1 Comments

Try "dt _DRIVER_OBJECT" -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com "vwbug" <vwbug@discussions.microsoft.com> wrote in...

Cheap AF1 X Jordan 1 3 Fusion Shoes, AF1 X Jordan 7 8 Fusion Shoes,etc
Posted on June 7th, 2008 | 0 Comments

Discount Supply : AF1 X Jordan 1 Fusion, AF1 X Jordan 3 Fusion, AF1 X Jordan 5 Fusion, AF1 X Jordan 7 Fusion, AF1 X Jordan 8 Fuison, AF1 X Jordan 12 Fusion, AF1 X Jordan 23 Fusion, AF1 X Jordan...

lm omits loaded kernel modules when checked kernel used (windbg)
Posted on June 6th, 2008 | 0 Comments

When using the checked kernel (/kernel=<filename> /hal=<filename>) the lm command does not show any kernel modules. Of course I can load symbols, etc. The modules are of course loaded, but the lm...

Building a chained MDL
Posted on June 6th, 2008 | 2 Comments

Build 2 MDLs, then link them manually using ->Next field. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com