|
Reseller INF Update Submission - DTM required? I am trying to create a Driver Update Submission for a driver package that our company is reselling. The only changes are in the INF file, all binaries are unchanged. We have been granted and have accepted the reseller rights through the WinQual website. According to the WHQL policy documentation, I need to run ... 21 May 2008 06:21
driver resource confilct in the device manager Hi, I am working on WDF PCI driver, when i installed new WDF driver, which actually detects, if any old driver is installed, if so, it detects and removes old driver setup, after the removal is complete, my new driver will be installed. After the installation, I obsered that device driver is not functional... 21 May 2008 03:14
Device Simulation Framework Hi all, I've created a USB function application and want it to communicate with windows host . I came to know about Windows Device simulation Framework. Now I just want to know how much this framework can help me in this case. I've downloaded Windows Driver Toolkit for Server 2008 from MS connect. I also w... 21 May 2008 08:08
Problem with WinDbg Hello, I have a problem with Windbg. I have started it in debug mode and have waited for the debuggee to connect. But I get the following outputs: ******************** OUTPUT BEGINNING ******************** Microsoft (R) Windows Debugger Version 6.8.0004.0 X86 Copyright (c) Microsoft Corporation. All rights re... 21 May 2008 17:33
Video mirror driver in applications like VNC Hello, I have been assigned to develop an application like VNC, for desktop sharing with multiple monitor support. Currenly we have a prototype using the hook mechanism. Now I am assigned to redo it using the video mirror driver. As I am quite new to this topic, i need your help to complete the task in the stip... 22 May 2008 02:10
Stopping a high priority thread Hi, Created a thread in the driver and it will be running at HIGH_PRIORITY, and I need to stop the thread by setting an event from an another dispatch Call, which is running at PASSIVE_LEVEL. Since the thread is running at HIGH_PRIORITY, the dispatch function is not getting able to set the event. Is it r... 21 May 2008 17:33
Some Question about Vista APO Hi, I am new to vista APO. After I read the document, I get few questions. 1) Is APO DLLs need to be WHQL signed(or something like that), when release to customer? 2) If I provide my own LFX/GFX for vista 64, do I need to provide both 32-bit and 64-bit DLL? or just 64-bit DLL? (64bit WOW will do conversation fo... 3 Jun 2008 20:08
try catch structured exception handling (SEH) .. Hi I see try catch structured exception handling (SEH) in WinCE driver, can Windows driver use SEH ? Can SEH use in user mode application and kernel mode driver ? Thank you. ... 21 May 2008 17:33
Driver Auto-Install on USB Mass Storage We are trying to give our USB CDCACM device the ability to auto install driver from usb mass storage device. We made a composite device with 3 interface. 2 for CDCACM and 1 for mass storage. When the device connects to PC, the driver shall be installed from mass storage. However, when the device connen... 27 May 2008 11:13
How to install UpperFilter driver of mouhid.sys I want to controll our developing HID mouse from application. Does anybody give some advice for the following questions. Any comment will be welcome. Can I install sample moufilter.sys as an upper filter driver of mouhid.sys? Should I change the sample source code of moufilter.sys in DDK? How do I change inf fil... 21 May 2008 23:48 |