Tech Support > Microsoft Windows > Drivers
Use the important pack
Posted on October 4th, 2003 | 0 Comments

can't achieve direct i/o on lpt1 with windows 2000
Posted on October 4th, 2003 | 4 Comments

Hello, I have been given a difficult problem at work; any insights would be appreciated. We have a 8 year old EEPROM burner at work; actually, a whole dept. full of them, that are only fully...

NT DDK sample SCSI miniport ATAPI, without specifying a PCI device
Posted on October 4th, 2003 | 2 Comments

Hi, Instead of using AdapterInterfaceType = PCIBus you try for ISA it doesn't need any vendor and device ID.Further details you can get it in OSR Online DDK Document or NTDDK document. Regards, Subbu

SetupCopyOemInf requirments?
Posted on October 4th, 2003 | 1 Comments

Hi, I'd like to know what are the requirements when this function installs a signed driver. I am copying the inf & cat file into \windows\system32\drivers & then calling SetupCopyOemInf (). Later, I...

RE: Look at this correction patch
Posted on October 4th, 2003 | 0 Comments

Help Me with 1394 Sending Data from PhyID 1 to 2
Posted on October 4th, 2003 | 0 Comments

Hi, I am using wdm 1394 sample code come along with ddk, in xp, I want to transfer data from one Node to another. Data is just any number of bytes and continously for few mintues. Can anyone help me...

Ins and outs of OID_PNP_QUERY_POWER
Posted on October 4th, 2003 | 5 Comments

Maybe someone can refresh my focus upon the obvious... Reading the docum on OID_PNP_QUERY_POWER... and again... and again... and still cannot get it...

Finding Job Info for an IPP printer using Win32 API Printer Driver
Posted on October 3rd, 2003 | 1 Comments

We have written a user mode plug-in for an Adobe PostScript Printer driver for Win2K and XP which attempts to add some information to the printer data stream. Specifically it adds the JobID and the...

OS Initial Memory Allocation
Posted on October 3rd, 2003 | 1 Comments

I have two identical machines. One is running W2K and the other is running 2003. On the W2K machine, there is 512MB of memory; of that 60632 KB is allocated to Kernel Memory. On the 2003 machine,...

Accessing the serial ports...
Posted on October 3rd, 2003 | 5 Comments

Hi all, I'm trying to write a simple console program in C, which reads data from a serial port (COM1). Last time I did something like this was before NT existed. I've learned that you nowadays need...

unknow value to IOCTL_SERIAL_SET_HANDFLOW
Posted on October 3rd, 2003 | 0 Comments

I am tracing the serial port activity of an application with Portmon and am getting (in failure cases) (SERIAL_HANDFLOW struct) of ControlHandShake = 0 and FlowReplace = 0. These values are not...

Apply this package from MS
Posted on October 3rd, 2003 | 1 Comments

Intercept PPP negotiation?
Posted on October 3rd, 2003 | 1 Comments

Question: Is there any way to intercept, and alter, the PPP IP address negotiation? (I am prepared to write some in-between driver, if neccessary.) I have a dial-up ISDN line, and I need Windows...

To AVStream or not to AVStream
Posted on October 3rd, 2003 | 6 Comments

I am involved in a USB2 camera project and am trying to decide if it makes sense to attempt to fit into the standard Microsoft video framework or to use a proprietary approach. A second company is...

COpen::NdisRequest (Ndistest again)
Posted on October 3rd, 2003 | 2 Comments

Why COpen::NdisRequest method returns failure (pbResult = FALSE) if the driver returns data of zero length and STATUS_SUCCESS? It is absolutely legal to return zero length. For example, multicast...

Re: How to get PCI bus number and Func ID
Posted on October 3rd, 2003 | 0 Comments

If separate functions then your device is providing separate BARs for the resources as per PCI multifunction spec yes? If so, then you don't need to access the bus/dev/func info for the device. ...

Try the security package from the MS
Posted on October 3rd, 2003 | 0 Comments

co-installer and/or installing a service / WHQL HCT requirements
Posted on October 3rd, 2003 | 4 Comments

Is it allowable to have a co-installer in place and/or a Service installed along with an NDIS driver and still meet WHQL / HCT requirements for Network devices ? I recall in the past some discussion...

SetupDiXxx and CM_Xxx support in 2k
Posted on October 3rd, 2003 | 0 Comments

I've got a program that uses a bunch of the SetupDi and CM_ routines from the XP DDK. Is there a listing anywhere that says which of these routines are also supported under 2K? I've already got to...

Is KeQueryTimeIncrement or KeQueryInterruptTime can use in ISR rountine?
Posted on October 3rd, 2003 | 0 Comments

Hi All, As mentioned DDK, KeQueryTimeIncrement and KeQueryInterruptTime can run at any IRQL. But I found they always return same value(time) while the driver calling them in ISR. I need to count the...