- Can I filter DrawPrimitive2 in display driver?
- Posted on July 17th, 2003 | 0 Comments
Hi, Will windows allow me to install a filter driver in the display driver stack that will filter the D3dDrawPrimitive2 function? What I want to do is "catch" this function and put on hold until I...
- Re: driver ati 3d 8Mb
- Posted on July 17th, 2003 | 0 Comments
How much do you want to pay? This newsgroup is for developing device drivers not providing updates to users. "hommercito" <alamazarron@alamazarron.org> wrote in...
- Re: Let the DDK available for Download Part II
- Posted on July 17th, 2003 | 6 Comments
Walter Oney <waltoney@oneysoft.com> wrote in message news:<3EF4566C.12F189A9@oneysoft.com>... Fascinating that you think that exchanging something that one of the world's richest corporations says...
- Re: Kernel-mode analog of Sleep()
- Posted on July 17th, 2003 | 1 Comments
I think KeWaitForSingleObject alone does the job. A. "aleks2" <aleks@dpt.ustu.ru> wrote in message news:003001c2cf2a$58a74b10$a001280a@phx.gbl...
- 2MB Shared Memory
- Posted on July 17th, 2003 | 3 Comments
I am writing a device driver for a PCI board. I am trying to create shared memory for an application to interact with it, but it seems that in Windows 2000 there is a 2MB limit on the contiguous...
- Re: VB COM interface
- Posted on July 17th, 2003 | 0 Comments
Add heavy WMI stuff to the driver, it is easy to call from VB. "Sean Whitesell" <seanw@vigoris.net> wrote in message news:06ed01c34bb0$c87b0aa0$a001280a@phx.gbl...
- Registry key
- Posted on July 17th, 2003 | 0 Comments
I have figured that the registry key, HKEY_DYN_DATA is updated everytime windows starts. Can anyone help me. I want to know what data values in the registry key are changed exactly when a new device...
- WMI registration and OS startup phases
- Posted on July 17th, 2003 | 1 Comments
OS: XP SP1 I have noticed that, if I call IoWMIRegistrationControl in the Boot start type driver's init paths (AddDevice, for instance) - then the QueryRegInfo path will be called a lot later,...
- Communication between user mode application and keyboard driver in Windows XP
- Posted on July 17th, 2003 | 1 Comments
Hello, I made user mode application which should communicate with keyboard driver "kbdclass.sys", see following code: char *devicePath = "\\\\.\\KeyboardClass0"; HANDLE hDevice =...
- Printer driver for Windows CE .NET
- Posted on July 17th, 2003 | 1 Comments
1.Is it possible to distribute printer driver for windows CE .NET ? if yes how do we do it ? Is there any documentation available ? 2.Can we have a Network printer driver for Windows CE .NET ?
- 'sources' file in DDK
- Posted on July 17th, 2003 | 6 Comments
How to open 'sources' file in Windows in one click of a mouse, not to select from a list of "Open with" programs to select 'Wordpad' always. I think 'sources' is windows DDK file to build a project...
- Compile Win95 / Win98 printer driver
- Posted on July 17th, 2003 | 0 Comments
Hello, I want to compile an example printer driver from the Windows 98 DDK. I want to use the 16bit compiler and linker included in the WinXP / WinME DDK. Can anyone tell me what compiler / linker...
- How to write a driver?????????
- Posted on July 17th, 2003 | 0 Comments
Hi All, I am completelly new to this driver development field......... I want to write a driver which will access a ghaphic card , I don't know how to start with , can anybody guide me regarding...
- Disable Com Port Fifo buffers
- Posted on July 17th, 2003 | 0 Comments
How can I disable the fifo buffers of the com port? I try to use IOCTL_SERIAL_SET_FIFO_CONTROL and here is my code but it does not work: ULONG size = 0; //Steps //1. Build an IRP
- Overlay 2 video channel to one suface in streaming class minidriver.
- Posted on July 17th, 2003 | 3 Comments
I have 2 capture cards(drivers) in one computer(X86). Is there any way to overlay two video channel to video display card at the same time?? I have tried Overlay Mixer(DShow) but just one channel...
- Displaying locals in wdeb98
- Posted on July 17th, 2003 | 1 Comments
Is any way to display local variables and to see their names in wdeb98 ? Thank You ! Peter
- Multiple Devices for WinXP.
- Posted on July 17th, 2003 | 4 Comments
Hi, I'm trying to write software that interfaces with multiple mice. In particular, I am trying to de-couple multiple mouse devices from the main cursor. I came across the article- "Configuration...
- Enum all printer drivers
- Posted on July 16th, 2003 | 1 Comments
Hi, I need to enumerate all printer drivers, not just the ones I have installed (func 'EnumPrinterDrivers') What Win32 function(s) should I look at? thanks /Niklas
- Modem worked in Australia but not in UK
- Posted on July 16th, 2003 | 2 Comments
quite possibly this is not the best newsgroup to post this on - in which case pls direct me to another. I have a computer with modem that worked fine in Australia. When I try to dial up with it in...
- Suspend mode and Windows XP
- Posted on July 16th, 2003 | 0 Comments
Hi, how can i support in my usb driver the suspend mode of Windows XP? When the system return from suspend to disk mode i need to unplug and replug my device. Thanks in advance, Paolo

