- Common Buffer based Bus Master DMA.
- Posted on May 26th, 2004 | 4 Comments
Hi I am working on a WMD driver for a device that supports BUS master DMA but not scatter gather. I am trying to use a common buffer for DMA transfer. I am using a buffer of about 250 Kbyte, and...
- DrvDevicePropertySheets
- Posted on May 26th, 2004 | 0 Comments
Hello Does someone have a SIMPLE example of a printer drivers DrvDevicePropertySheets function? I tryed to figure out what it has to do with the plotui sample of the DDK... but this sample is far...
- HCT - Driver Verifier fails
- Posted on May 26th, 2004 | 3 Comments
Hello! We tries to pass Driver Verifier test of the HCT Anti-Virus File System/Filter driver kit. We are not able to configure our computer in the way it pass this test even without our product...
- ReadFile problem
- Posted on May 26th, 2004 | 0 Comments
I'm writing a printer driver and I need to ask the printer for its status. I sent a command to the printer through WriteFile and it worked fine (using serial communication). When I try to read from...
- VfW capture driver DLL doubts
- Posted on May 26th, 2004 | 1 Comments
Hi, I am writing a VfW capture driver DLL(user-mode). But I am facing some problems in giving the data back to the client from the driver. I am using client as WME. I have followed the steps given...
- Who set OVERLAPPED.HANDLE: I/O Manager or serial.sys
- Posted on May 26th, 2004 | 3 Comments
When user-mode application uses asynchronous read/write it set OVERLAPPED.HANDLE to already opened event object After I/O completed thiis event is being set by I'm wondering if this event is being...
- im filter and ipsec
- Posted on May 26th, 2004 | 2 Comments
I have an IM network driver that works dandy for most scenarios. When a Cisco IPSec VPN is installed, we have some issues - basically the PSched/DNE drivers pick off the traffic before we see them. ...
- Interdriver communication page fault
- Posted on May 26th, 2004 | 0 Comments
hi, i am a novice at drivers and need some help .. some days back i posted a query regarding mechanisms for interdriver communication among drivers not on the same stack. One of the mechanisms told...
- Unidrv - hide Layout, Paper/Quality
- Posted on May 26th, 2004 | 2 Comments
I have unidrv printer driver based on DDK oemui example. How to hide standard Layout and Paper/Quality tabs on Document property sheets Thank you
- VWIN32_createRing0Thread
- Posted on May 26th, 2004 | 1 Comments
Dear Sir, I have written two vxds drivers. They are talking to each other through "Direct_sys_control".In one of the driver I am using thread function "VWIN32_CREATERING0THREAD" . pROBLEM IS THAT...
- Buffered or Direct
- Posted on May 26th, 2004 | 3 Comments
I am writing a driver that will need to receive a pointer to a physical address to be used for DMA from another device (not the one controlled by my driver). I have control over the interface...
- Problem with Microsoft Bluetooth and socket accept
- Posted on May 26th, 2004 | 1 Comments
Hi all I have successfully developed an application with the MS API. Now I want to develop a server app so I´ve basically used a complete test project found at...
- RE: unidrv GPD file entry PrinterType
- Posted on May 26th, 2004 | 1 Comments
It is difficult to answer your question because it is not trivial to list the difference in the Unidrv code path depending on the PrinterType. The decision on whether true type fonts are printed as...
- how to build communication between TSR and driver?
- Posted on May 26th, 2004 | 0 Comments
I want to transfer some data which residents in tsr to driver. The driver is set to "system bus extender" group, and the data residents in conventional memory(it is usually at 9C80:0-9c80:400), and...
- How to hook Mute, Volume Up, and Volume Down key under win98?
- Posted on May 26th, 2004 | 0 Comments
Hi,All, I'm try to hook the MultiMedia key, under win2k or up, I use keyboard hook WH_KEYBOARD_LL should be Okay. But under win98 and winme, the WH_KEYBOARD_LL doesn't support, I can only use...
- How to convert BMP or JPEG format to PCL?
- Posted on May 26th, 2004 | 18 Comments
pcl5 or pcl6 printer is it? only pcl6 supports jpeg. vipin "Daniel Xu" <danielxu22@cellink.com.cn> wrote in message news:#ky$mHXPEHA.1392@TK2MSFTNGP09.phx.gbl...
- Writing an USB Driver
- Posted on May 26th, 2004 | 2 Comments
I am looking for a template of a generic USB device driver Have you any Wher can I find it Best regards
- Re: Is there a "loadlibrary" equivelent in the ddk
- Posted on May 25th, 2004 | 0 Comments
Some good advice in the other replies to your post. If you are not writing drivers for actual hardware devices another timesaver would be to use virtual machines. This way you can test the driver...
- preventing inside IFSFN_READ...Win98 ...Vxd
- Posted on May 25th, 2004 | 0 Comments
Hi, I am allowing inside IFSFN_OPEN. but I want to deny file operation inside IFSFN_READ.Is it possible to set error condition in Iorequ structure and return file deny from inside IFSFN_READ? Plz...
- Miniport question
- Posted on May 25th, 2004 | 0 Comments
Ok, I have question ... when do miniport drivers get unloaded by the system and what is the mechanism for doing that? Also, how does a video miniport differ from the more general miniports? What...

