- Printer Driver problem
- Posted on June 3rd, 2005 | 0 Comments
Hi All, I am writing a printer driver for a printer that takes the image data in RGB planes. I need to break-up the image data and to send it to printer, the block of Red, Green and Blue data. I...
- how to hide MDIS IM driver in Device Manager?
- Posted on June 3rd, 2005 | 2 Comments
Hello, All! Can anybody tell me how to hide my miniport IM driver in Device Manager on Windows 2000? I tried to specify NCF_HIDDEN in INF file, but it does not help. I still can several virtual...
- installing printer driver programmatically
- Posted on June 3rd, 2005 | 1 Comments
I want to install our printer programmatically using rundll32. It seems to work fine except if we install it on a PC that never had a printer installed before. I use the following line to install...
- Print Data
- Posted on June 3rd, 2005 | 1 Comments
Hallo, I want to write a monitoring-tool, which gets all print jobs in a device-independent format and can be used with all printerdrivers. I took some looks on print processors and print providers,...
- Talking to HID minidriver from usermode
- Posted on June 3rd, 2005 | 9 Comments
Hi. I'm trying to talk to a HID minidriver (keyboard collection) from a usermode program. I know this is not practical, but that it _can_ be done. HIDCLASS stops any normal attempt on doing a...
- Replacing Document Property Sheets for Windows 2000 Printer Driver
- Posted on June 3rd, 2005 | 0 Comments
Hi, I am developing plug-in for Microsoft supplied Universal Printer Driver. Is it possible to remove UniDrvUI.dll supplied property sheet pages ( 'Layout', 'Paper/Quality' and 'Advanced' )...
- How to extract information about "shapes" in printer driver
- Posted on June 3rd, 2005 | 0 Comments
I am building a Virtual Printer Driver under Win 2K, which will print from any windows based application and save the output to a file in a particular format. But I am struck in the middle of...
- Disconnect current USB driver
- Posted on June 3rd, 2005 | 1 Comments
I am looking at writing the equivalent of the linux usbdevfs or usbfs for windows. Is there a way to disconnect the current USB driver so I can install my own? Thanks!
- Mapping from NDIS device name to PDO...
- Posted on June 3rd, 2005 | 4 Comments
Hi! I need to map from an NDIS pDeviceName (used as the third parameter in the BindAdapterHandler call, part of registering a protocol driver) to a PDO (I need to be able to perform a quick PCI...
- Pooltag utility reports WanE leaks
- Posted on June 3rd, 2005 | 1 Comments
Starting a new thread regarding this issue, as I would like to approach the problem from another angle. I have come across a number of old newsgroup threads talking about "WanE" tag leaks when...
- accessing physical address instead of virtual address
- Posted on June 3rd, 2005 | 10 Comments
I need to increase the performance of the driver I wrote, and to do that, I need to write data directly to the physical address of the pci device we are using. I have already tried, in assembly, to...
- Filter Hook Driver and NAT
- Posted on June 2nd, 2005 | 1 Comments
I have written a application based on the Windows 2000 Filter Hook Driver. Basically the application was designed to run on a Windows 2000 server with two Network interfaces. It monitors traffic...
- Setting Driver Signing policy programatically
- Posted on June 2nd, 2005 | 2 Comments
Hi Ive read through the other posts and MS KB articles related to the setting of the driver signing policy. I cant determine if there is any way of setting this policy as we require. We have a large...
- USB camera driver: stream class, AVStream, USBCAMD???
- Posted on June 2nd, 2005 | 22 Comments
I have a question on developing device driver for a USB2.0 camera. When reading DDK document, I think stream class and AVStream should be the class driver models I choose from. The USB camera...
- IOCTRL_INTERNAL_XXXX code
- Posted on June 2nd, 2005 | 1 Comments
Hi everyone, I saw (with DbgPrint) an IOCTL_INTERNAL_XXXX with value 0xf0000 was passed down the driver stack, I would like to know what it means. In which header these code are...
- temporarly power down disk drive ASAP
- Posted on June 2nd, 2005 | 17 Comments
I work for an OEM of a tablet PC, we want to do something simalar to IBM's 'Active Protection system', where they use an acceloromitor to detect when the tablet is dropped and shutdown the hard...
- how does IBM's 'Active Protection System' work?
- Posted on June 2nd, 2005 | 4 Comments
Does anyone know how it works, I know the basics, there is a accelloromitor that signals the system and it shuts down the disk. But what is the plumming, does it take a driver to do it, or is it just...
- power management questions
- Posted on June 2nd, 2005 | 3 Comments
Hi all, i am now trying to learn about power management, but so far it seems an order of magnitude more complex than PNP, and there are some things that are not clear: - why are there 2 power...
- GSM signal strength in PDA
- Posted on June 2nd, 2005 | 0 Comments
I need to check GSM signal strength for every 3 seconds and write it to a text file in PDA. This application must be developed in .NET. I have to also find how many masts are connected to GSM. As I...
- remove lock tag
- Posted on June 2nd, 2005 | 5 Comments
I noticed that the tag for IoInitializeRemoveLock is an ulong, while IoAcquireRemoveLock and IoReleaseRemoveLockAndWait take a PVOID. for the ulong i specify ' DvB' (the reverse of my initials),...

