Tech Support > Microsoft Windows > Drivers
Supporting KSPROPERTY_PIN_CONSTRAINEDDATARANGES under AVStream.
Posted on May 24th, 2005 | 9 Comments

Hi all, I am developing an AVStream driver, and need to support the KSPROPERTY_PIN_CONSTRAINEDDATARANGES under the KSPROPSETID_Pin property set to return different set of data ranges based on...

ATA device configuration overlay
Posted on May 24th, 2005 | 5 Comments

How do I determine whether or not an ATA device configuration overlay is in effect, ie. the ATA DEVICE CONFIGURATION SET command has been issued. Bit 11 of words 83 and 86 is described as...

Sd bus interface open?
Posted on May 24th, 2005 | 0 Comments

How about SdBusOpenInterface() I call it in my MiniportInitialize() function, but it...

Plug-in DLL of UVC EXtension Unit
Posted on May 23rd, 2005 | 1 Comments

I couldn't build Pulg-in DLL of UVC Extension Unit. I read "Sample Extension Unit Plug-in DLL" of ON-LINE MSDUN Document. But this sample is a piece of this Project FILEs. Please tel me more...

web-based MSDN newsgroup broswer issue
Posted on May 23rd, 2005 | 4 Comments

Hi, This is a suggestion (or bug report?) regarding the web-based client for browsing the MSDN newsgroups. To see if anything has happened on any of my current threads in MSDN newsgroups, I often...

Re: 8666148 CD-R, DVD-R, DVD CASE CHEAP! 86
Posted on May 23rd, 2005 | 0 Comments

Does anyone else feel the desire to give this guy a chainsaw vasectomy? If they advertise with spam, how can they have any acceptable standards? Of course, if they even reply to a direct query that...

Debugging printer drivers
Posted on May 23rd, 2005 | 5 Comments

Newbie to printer drivers here. So a few questions to ask. 1. Do I have to reinstall the printer everytime I make a new build? This seems rather troublesome. Or can I build the dll directly on...

Printer driver for all windows versions
Posted on May 23rd, 2005 | 5 Comments

Hi, Is it possible to develop one single printer driver that can work under all windows versions from 95 onwards? If so, how? thanks!

What is pcl5ems.dll for?
Posted on May 23rd, 2005 | 0 Comments

What is pcl5ems.dll for? The Northeast Data (NED) virtual printer installs nedip.dll and nedres.dll, both of which are actually just pcl5ems.dll. Why the need for 2 copies to be installed? thanks

How to implement IBDA_SignalStatistics in a BDA tuner?
Posted on May 23rd, 2005 | 1 Comments

I used KSPROPERTY_ITEM and KSPROPERTY_SET to define KSPROPSETID_BdaSignalStats for both pins of tuner filter. But when application query the IBDA_SignalStatistics, it return NO_INTERFACE from the...

Mpeg1 decoder
Posted on May 23rd, 2005 | 4 Comments

I am trying to write an application to support play back of VOB and DVB files. I have completed the following 1) Module to recognize the Transport Stream 2) Module to split the Transport stream in...

Read spool file
Posted on May 23rd, 2005 | 0 Comments

Hello to all in the ng. I am writing my own print processor and my question is as follows: Is there any other way to read the spool file than getting the path from the...

Copying file in kernel mode
Posted on May 23rd, 2005 | 1 Comments

Does exist more confortable way to copy file in kernel mode than opening, reading to buffer, creating new and writting buffer to new file ? Thanks ! Peter

Obtaining Base Filenames
Posted on May 23rd, 2005 | 2 Comments

I was wondering is there was any way to determine a base filename in a print spool process. I have written a monitor and can gather generic information in the MyStartDocPort (using pDocInfo) and have...

Any ideas what to do if the free build crashes but the debug build not?
Posted on May 23rd, 2005 | 5 Comments

Hello, it is frustrating: The debug build runs perfectly but the free build crashes every time. It crashes somewhere around a function to disconnect a TDI connection (see below). After the function...

PAE/Hibernate Interaction
Posted on May 23rd, 2005 | 5 Comments

I need to perform NDIS testing on a quad-CPU system with minimum of 6GB of memory that also supports hibernation. This is specified in the NDIS Tester document. I have such a beast, but there is...

USB Maximum Transfer Size
Posted on May 23rd, 2005 | 1 Comments

I'm creatting the USB Driver. I have a trouble as follows. 1. Start asynchronous reading from our USB device. 2. Remove other USB device. 3. Never complete event occurs. The trouble didn't...

Query regarding printer driver - paper size
Posted on May 23rd, 2005 | 5 Comments

Hi, Can anyone tell me in which file the name of the paper sizes is mentioned...which appears in the page setup option of File menu in a word document..... When the names are to be given in GPD or...

INF file of SD bus, the BusType?
Posted on May 23rd, 2005 | 4 Comments

1, what is the BusType(code) of SD device? 2, the Dev ID and HW ID? 3, When setup a SD network adapter, what we should do in DriverEntry() function?I do the same as my PCMCIA/USB interface network...

ddk framebuf display driver install
Posted on May 23rd, 2005 | 4 Comments

Hi Guys, How do I go about isntalling the ddk framebuf display driver? I don't seem to find the INF for this display driver in DDK. Thanks Vipin