- Filter Keyboard Driver rapid key press feature
- Posted on October 26th, 2005 | 0 Comments
Hi Folks, I have developed an Upper Filter Keyboard Driver to consume all keystroke IRP requests when the Screensaver is running and when its not running just pass the IRP requests as normal. The...
- [Q]ddk compiler
- Posted on October 26th, 2005 | 7 Comments
Hello, The code snipset below seems to generate a stack corruption with my ddk compiler v13.10.2179 in release mode : -- #include <ntifs.h> IRP *GetIrp(CCHAR f_nbStckSize) {return (IRP...
- WDK build error , but XP DDK build ok
- Posted on October 26th, 2005 | 1 Comments
When I build driver with XP DDK , 2k DDK, it's ok. But there are errors when I use WDK build. errors LNK2019: unresolved external symbol __ftol2_sse referenced in function _ov9630_feedback@0 but...
- Problem! While accessing IO port addresses in Win2k and XP
- Posted on October 26th, 2005 | 0 Comments
Hi Everybody, With our 16 bit PCMCIA PC card we are able to access Attribute Memory and Common memory locations,but we are not able access IO port locations. The following lines are the Override...
- About the Connection of MPEG-1 Stream Splitter ...
- Posted on October 26th, 2005 | 0 Comments
Dear All: We are developing a MPEG1 hardware encoded device and are writing its driver which is based on AVStream. In this design, we need connect the output pin of source capture filter...
- Assertion failed into rdbss\write.c
- Posted on October 25th, 2005 | 2 Comments
I've got following assertion: *** Assertion failed: capReqPacket->IoStatus.Information <= capPARAMS->Parameters.Write.Length *** Source File: d:\xpsprtm\base\fs\rdr2\rdbss\write.c, line...
- Program to control printer access for certain application
- Posted on October 25th, 2005 | 2 Comments
Hello, I need to write a printer monitor program, to monitor and control the access of the printers (local and network), based on user and the application that sends the printing request. I have...
- Current process handle.
- Posted on October 25th, 2005 | 2 Comments
Hello! How can obtain current process handle in my ISR? And how this handle can be associated with handles from user space? There is function PsGetCurrentThread but it can only be called at...
- trying to contact Sukholodin/Kazarkin
- Posted on October 25th, 2005 | 0 Comments
Hello I´m trying to contact Lev Kazarkin or Eugene Sukhodolin that have written in this newsgroup. I´ve tried to email them without success; are they out of business? I would be grateful if someone...
- EDID Data
- Posted on October 25th, 2005 | 13 Comments
Hi, I have some problems with EDID data 1.When does windows (2000 and XP) read the EDID data from the monitor? I know that they are read more then once, but not why. 2. Is it possible, to force...
- Turn off power to PCMCIA slot
- Posted on October 25th, 2005 | 7 Comments
Hi, I need to programmatically control power to a pcmcia slot. Can someone point me in the right direction to do that? I am using a data acquisition pcmcia card that supplies power to a device. In...
- Flash usb device - Physical size.
- Posted on October 25th, 2005 | 2 Comments
Hi, I'm trying to get the physical size of a flash device. I know that there are no -Real- CHS values for such a device, but i don't find any other way to get its physical size. Using...
- Filter Keyboard Driver - KbFilter_ServiceCallback
- Posted on October 25th, 2005 | 4 Comments
Hi Folks, I am writing an Upper Filter Keyboard Driver and am basing most of my code logic on the DDK samples (Toaster\Filter and kbfiltr driver example). My envisaged solution is to block (consume...
- How to control RAW data in Graphics DLL
- Posted on October 25th, 2005 | 1 Comments
Dear All ! I'm writting a application base on DDK about printer. Now, I'm try to read RAW data from printer. But I don't understand all of data stream in a job at printer. I don't know how to...
- Error in 98/me,message:Reader removal monitor error retry threshold reached.
- Posted on October 25th, 2005 | 0 Comments
I am a driver developer of PC/SC device.and I found a error on 98/me.It will show error message,when I remove the device, (Reader removal monitor error retry threshold reached:) (Reader monitor ...
- VS .NET browsing problem
- Posted on October 25th, 2005 | 5 Comments
1. Using VS .NET IDE. and building from build environment. 2. .bsc file is generated. no problem there. 3. Specified browser info in Project|Properties|C/C++|Browse Information|Browser File. i am...
- How to add filter DO on an PDO in a bus filter driver
- Posted on October 25th, 2005 | 6 Comments
I have an upper bus filter driver, and the filter DO was created and attached to the bus FDO without any problem. But my primary interest is to filter the PDOs created by bus driver. The filter DO...
- Using SCASB opcode asm or intrinsic
- Posted on October 24th, 2005 | 10 Comments
Hello I'm writing a driver that exposes a serial interface (ntddser.h compatible). The driver is required to scan all incoming data bytes for 2 special characters, the "event" character and the...
- WIA still captuer question
- Posted on October 24th, 2005 | 1 Comments
Hi All, I have a camera with WIA support. I guess I have a stupid question. I want to take picture without GUI showing up and click on "Take Picture" button, like TWAIN can do. Could anyone give me...
- How to obtain IRQL?
- Posted on October 24th, 2005 | 2 Comments
Is there a way to obtain the current IRQL, I may be in arbitrary thread context, and I need to know if I can use RTLUnicode...

