- Selective suspend problem
- Posted on November 28th, 2003 | 9 Comments
Hi all, I have writen a filter driver for a USB HID mouse in Windows XP.Now I need to support selective suspend feature.I am fallowing the DDK sample (selSusp) as a reference. But, while submitting...
- RE: Setting link speed
- Posted on November 28th, 2003 | 1 Comments
Lebaru, There is no magic way to do this. All the properties on the adapter's Advanced tab (right click on My Network Places, select properties, right click on specific NIC, select properties,...
- usbser.sys - howto Specify Serial Ports Larger than COM9
- Posted on November 28th, 2003 | 0 Comments
Thank you, Arkady. Despite the article solved problem of opening conventional serial ports, the solution does not seem to work for usbser.sys controlled devices. I still cannot open them with the...
- Impossible to connect to serial port which name has 2 digits at the end (comXX)
- Posted on November 28th, 2003 | 1 Comments
I can open any com port in range COM1 to COM9 but all attempts to open ports named COM10, COM11, ... fail with (Win32 LastErrorCode 2, 'The system cannot find the file specified'). I'm experimenting...
- Passthru not Installing on XP
- Posted on November 28th, 2003 | 2 Comments
I have tried DbgPrint, KdPrint, NdisPrint, and ZwCreateFile at DriverEntry to make sure the driver was being loaded. No msgs were sent and the file was never created so i looked at setupapi.log...
- Where Can I download the DDK for Win2000?
- Posted on November 28th, 2003 | 1 Comments
I can't find it in the download center in microsoft, yet I remember that I downloaded here once!
- IOcallDriver() causes page fault ,Fault=0000
- Posted on November 28th, 2003 | 1 Comments
I developed a driver for a serial smartcardreader,when I pass Irp down using Iocalldriver(),page fault error occurs. I called IocallDriver() 4 times,the first three calls has no problems,however,the...
- documentation refinement required
- Posted on November 28th, 2003 | 0 Comments
I think there is a refinement needed in the ddk documentation(graphics.chm) and in the picture. I would say the PDEV should be in the front and not behind physical devices in the diagram. A PDEV ...
- USB Driver - 2000/XP problem again
- Posted on November 28th, 2003 | 2 Comments
Hello, I have written an USB-Driver under Win XP. The driver corresponds via bulktransfer with 2 endpoints of the device. Using WinXP Prof. everything works fine (free and checked version). But if...
- Is there a way to dynamically call NdisIMAssociateMiniport?
- Posted on November 28th, 2003 | 7 Comments
Is there a way to load NDIS.SYS and find NdisIMAssociateMiniport address? I know it's working under USER MODE, e.g. using LoadLibrary and GetProcAddress to call a func from DLLs. I'm working on...
- How to control a CD/DVD medium changer?
- Posted on November 28th, 2003 | 0 Comments
I have connected a CD/DVD medium changer device, my computer can detect the device as "unknown medium changer".I want to send a command for the device via DeviceIoControl(),but i don't find the...
- why IoCompleteRequest get KMODE_EXCEPTION_NOT_HANDLED
- Posted on November 27th, 2003 | 2 Comments
i am calling IoCompleteRequest,but get KMODE_EXCEPTION_NOT_HANDLED. i don't know why ? anybody can help me out? Thanks for your help
- Event Notification from Driver to Application
- Posted on November 27th, 2003 | 7 Comments
Dear All, My issue here is that, i want to create 4 different events in the application which i would reference in my driver and then signal these events from the isr to the application. Idea is to...
- video driver - DrvSetPointerShape()
- Posted on November 27th, 2003 | 3 Comments
Hi all, I'm writing a video driver for a secondary monitor (in a multi-monitor environment) and DrvSetPointerShape() and DrvMovePointer() do not seem to work as advertised. When the pointer is on...
- Windows98 device setup application
- Posted on November 27th, 2003 | 1 Comments
I have a netclient driver (lpr print provider) for windows98 and I need to write a application to silent setup this driver. Is there any API could silent add a network client?? Please help...
- Need checked build of WZCSVC.DLL
- Posted on November 27th, 2003 | 3 Comments
I hope someone can help. I need a checked version of wzcsvc.dll to help with debug of a 802.11 problem. I have ordered a subscription but it isn't going to arrive untill the 8th December and...
- Windows 2000 NDIS 4.0 IM doesn't work on Windows 98 First Edition
- Posted on November 27th, 2003 | 2 Comments
I'm trying to load my working Windows 2000 NDIS 4.0 Intermediate Driver on Windows 98 First Edition, it's doing nothing except being loaded and unloaded by the system. I've compiled it using...
- ddksynth (Direct Music Synth sample)
- Posted on November 27th, 2003 | 0 Comments
Hi all, Does anyone succeed in using the ddksynth sample? I build it successfully, I install the inf file, the driver start (DriverEntry, StartDevice, etc..) but it finally fails and unload. No...
- .REG files versions: any differences?
- Posted on November 27th, 2003 | 2 Comments
Hi guys, I know this is not the proper newsgroups for a registry question, but I know there are some pretty smart people here with lots of knowledge, maybe someone can help me out. I already posted...
- Q:Telling Windows my printer is out of paper
- Posted on November 27th, 2003 | 3 Comments
Hi I have this printer driver, and now I want to tell windows when ex the printer gets offline, gets out of paper etc How do I do that ? TIA

