Tech Support > Microsoft Windows > Drivers
Flight mode not working
Posted on January 2nd, 2006 | 0 Comments

Hello everybody, I have a problem with the Flight mode GUI on the Windows Mobile device. It seems to have no effect at all. Can somebody please let me know how does the GUI work. What are the .dll...

USB Isochronous Error Code
Posted on January 2nd, 2006 | 0 Comments

My Environment is WinXP/ DDK 2600.1106 During my debugging, I met following error code. Error Code is 0xC002 0000. In usb.h, this error message is defined. // for some reason the controller did not...

Printer Driver -- UniDriver pluginUI -- "DOCUMENT" Property Sheet Pages -- Questions
Posted on January 2nd, 2006 | 4 Comments

Printer Driver -- UniDriver pluginUI -- "DOCUMENT" Property Sheet Pages -- Questions I am using function "IOemUI::DocumentPropertySheets". I am trying to add/remove "page dialogs" under...

Debugging OEMUNI sample
Posted on January 2nd, 2006 | 1 Comments

Hello, Can somebody tell me how to enable VERBOSE mode in the given OEMUNI printer driver sample code? Thanks Keshav

using ui plug in(oemui) with rendering plug in(oemuni)
Posted on January 2nd, 2006 | 1 Comments

Hi all : i am new to printer driver development. i want a driver with customized ui. i am using oemui and oemuni plug ins provided with w2k DDK. can i merge them into a single dll? if not , how can...

Multiple pending IRPs causes other thread to block.
Posted on January 1st, 2006 | 5 Comments

I'm currently implementing a packet capturing intermediate driver. One of the IOCTL I have set up is a request to capture a packet of a certain type. In my case, IOCTL_CAPTURE_PACKET is...

What is that mean ? KeSetTimerEx?
Posted on January 1st, 2006 | 14 Comments

sample source) KTimer Timer; LARGE_INTEGER dueTimer = 0xfff0bdc0; LARGE_INTEGER period = 0xffffffff; KDPC dpc; KeInitializeTimerEx(&Timer, SynchronizationTimer);

HAPPY NEW YEAR !!!
Posted on December 31st, 2005 | 0 Comments

HAPPY NEW YEAR !!! Hello friends, I´m Happy !!! I ordered the programm and it really functions. I EARNED OVER 850 DOLLAR IN ONE WEEK !!!! READ THIS: For everyone, who needs really money.

Pdo creation problem
Posted on December 31st, 2005 | 23 Comments

I'm writing a bus driver which enumerates inserted flash memory card. (An PCI memory card reader device) After creating an pdo for the inserted MMC memory card (GenDisk), The disk drive driver...

SCSI device mapping
Posted on December 31st, 2005 | 3 Comments

Hi all, We have an application (written in C/C++) for management of SCSI storage devices. Through this application, we are creating a logical drive (LD) using two physical disks and this LD should...

UsbBuildInterruptOrBulkTransferRequest
Posted on December 30th, 2005 | 2 Comments

Hello, Is there anything wrong in this sample of code ? I'm calling it from a lower filter driver, and I get in return the error code STATUS_INVALID_PARAMETER. <code> void writeCommand( IN...

new DDK sample code ideas
Posted on December 30th, 2005 | 7 Comments

hi all, I have atleast 2 months free time in between projects. I am thinking of writing a windows device driver sample code to be published free in the internet. Any ideas welcome mine * an ndis...

GSM Modem and AT command
Posted on December 30th, 2005 | 0 Comments

Hello, i have a little probleme I have a GSM phone connected to my pc throught an USB data cable. When i use the hyperterminal, i can discuss with the GSM (AT command reply "OK") when i use my...

I LOVE THIS JOB !!!
Posted on December 30th, 2005 | 0 Comments

I LOVE THIS JOB !!! For everyone, who needs money. Are you on the search for a lucrative source of income? Would you like to work of at home out of, without yourself you someone makes directions? ...

problem with mixed bpp system
Posted on December 30th, 2005 | 2 Comments

In a multi-display system where the primary display is in 32-bit mode and all other displays are in 8-bit gray mode (non-palettized, linear), the display driver provides DrvBitBlt that will convert...

Restart USB Drive.
Posted on December 30th, 2005 | 0 Comments

Hi All, I found the "devcon" sample of DDK sample which can restart any device of the machine, for example TYPE the following console command devcon restart USB* will restart all USB devices and USB...

Security Digital Card standard driver in Vista Beta
Posted on December 30th, 2005 | 0 Comments

Dear all, The SD card standard driver in Vista beta version is different from the one in XP. One of the differences is the programming way of Normal Interrupt Status Signal Enable register(please...

I'm looking for Number Nine T2R NND9730 driver
Posted on December 30th, 2005 | 1 Comments

Hi, I'm looking for Number Nine T2r NND9730 driver, please Halp me Thank you very much Bye

About using undocumented ddk functions.
Posted on December 29th, 2005 | 18 Comments

Respected Sir, I want to use ddk's undocumented functions. Hence I would like to know asto how and where can I find complete documentation and help about ddk's undocumented functions ? Plz help me....

Q) CardBus IO space limit.
Posted on December 29th, 2005 | 1 Comments

Dear all, I¡¯m developing CardBus driver at WinXP. I have a CardBus that has 4K bytes IO space.