Tech Support > Microsoft Windows > Drivers
WDK and BROWSER_INFO build macro
Posted on May 18th, 2005 | 3 Comments

I placed the BROWSER_INFO=1 macro in all of my sources files to generate ..bsc files. This works fine with DDK 3790.1830 but when I used the WDK obtained from Driver DevCon, I get the following...

firefly on Win2k: question for obtaining FILE_OBJECT
Posted on May 17th, 2005 | 0 Comments

Hello. I have a USB composite device, and one of the interfaces is a HID compliant gamepad. I am attaching a lower filter to HIDUSB for my own purposes. I have to obtain an initial HID report, and...

what is windows CE
Posted on May 17th, 2005 | 8 Comments

Hi, Can anyone explain abt Win CE? Is ir related to creation of User Interface screen...? Thanks & Regards Gayathri

FilterGraphics
Posted on May 17th, 2005 | 4 Comments

I'm working with the LDK, experimenting with the bitmap printer driver sample. I'm trying to get the FilterGraphics method to be called. I'm returning S_OK when the GetImplementedMethod is called...

about ZwSetInformationToken
Posted on May 17th, 2005 | 8 Comments

I want to some example about how to use this function . Thanks. Regards. zengfeng.

How to query 802.11 OIDs from NDIS
Posted on May 17th, 2005 | 3 Comments

Hi all, I have written a simple application in which I open the handle to file NDISUIO_DEVICE_NAME and then use IOCTL_NDISUIO_QUERY_OID_VALUE in the call to DeviceIOControl() to query different...

Virtual Miniport(NDIS)- Power state
Posted on May 17th, 2005 | 2 Comments

Hi All, I have written a virtual miniport driver with the help of netvmini sample provided by DDK. I have a problem when the system goes to standby mode and come back to normal mode. When the system...

Printer Driver Question
Posted on May 17th, 2005 | 4 Comments

Hello All, I am developing a bitmap driver based on universal mini printer driver. I used the sample GPD and OEMUNI rendering plug-in in DDK. I get a full image when I use the resolution to be 150...

Inter driver communication
Posted on May 17th, 2005 | 0 Comments

Hi, Introduction: ********************** I have developed two drivers: is a fixed driver; being loaded during the boot sequance and is a function driver that communicate with the fixed driver on...

Filter Hook Driver and NAT
Posted on May 17th, 2005 | 0 Comments

I have written a application based on the Windows 2000 Filter Hook Driver. Basically the application was designed to run on a Windows 2000 server with two Network interfaces. It monitors traffic...

vmware and win2kSP4 checked build
Posted on May 16th, 2005 | 11 Comments

Hi Guys, I have been using the win2k vanilla free build vmware image in vmware 4.5 and it was working perfect. Today I created a virtual machine for win2k sp4 checked. Now I start the virtual...

8.3 question
Posted on May 16th, 2005 | 6 Comments

How do you compare a file opened with an 8.3 file name vs a regular name? I'm watching for files in a particular directory to be opened, say: C:\Program Files\Some other long name\yada...

RE: The world is really unstable these days......
Posted on May 16th, 2005 | 0 Comments

Back to basics... Still keeping some DOS 3.3 floppies and a 5" drive, somebody wants them? ~:/ "TheConcernedOne@elsewhere.com" wrote:

Still Pin in AVStream
Posted on May 16th, 2005 | 0 Comments

Hi all, Does anyone have experience in writing driver that support still pin? I'm porting a USBCAMD driver to AVStream and need to support a still pin. And what is the difference between a still...

Generate mutiple key strokes in a single key press
Posted on May 16th, 2005 | 1 Comments

Hi, I successfully modified kbfiltr example from ddk to inject/ remove keystrokes. This works fine. I can filter and modify any key press with the scancode received through PKEYBOARD_INPUT_DATA's...

Windows CE
Posted on May 16th, 2005 | 1 Comments

Hi all, I'm looking for a driver to support and enable USB HOST on Windows CE 3 device, so I could plug-in external devices like keyboards, mousse, USB memory dongles, and so on... Can anybody...

create a opentype or truetype "file" from FONTOBJ
Posted on May 16th, 2005 | 3 Comments

Hi I have to send the font related to a FONTOBJ to an other computer. So I have to get the whole "font file" ... but, since it doesn't have to be a file always (embedded fonts etc.), I don't want to...

query regarding calculation of master units
Posted on May 16th, 2005 | 8 Comments

Hi, Can any one tell how to calculate the master units in a GPD file for a given resolution In DDK documentation they have mentioned to take the LCM of horizontal and vertical resloutions...

Custom ICON display in device manager
Posted on May 16th, 2005 | 6 Comments

hi, I have written a USB device driver ( USB peripheral device). In the INF file, I am using USB Class GUID and USB Class. when i install the device ,its getting displayed under USB Class...

ERESOURCE related
Posted on May 16th, 2005 | 3 Comments

1) can ERESOURCE be used in drivers (other than FSDs). i asked this because i didn't find any sample in the DDK using it. 2) can ExAcquireResourceExclusiveLite be called recursively