- How to show an cn n system tray of win XP when a USB devce is plug
- Posted on May 23rd, 2008 | 4 Comments
Hi, You are welcome,... Thanks,...
- Where can I get a Full-Speed USB 2.0 Compliance test board?
- Posted on May 23rd, 2008 | 0 Comments
I need to do Windows Logo testing on my USB hub (http://msdn.microsoft.com/en-us/library/bb892402.aspx) and the required Cypress Full-Speed USB 2.0 Compliance test board sold by USB.org...
- IPrintOemDriverPS::DrvGetDriverSetting example
- Posted on May 23rd, 2008 | 0 Comments
hi all, i have a pb to use DrvGetDriverSetting it is not working with some feature like "Orientation", do you have an example ? thanks in advance Patrice
- INF for 2008 x64
- Posted on May 23rd, 2008 | 1 Comments
It was because of Windows failing to install drivers from Z:\ mapped to VMWare's \\.host. Once copied to a local drive, the INF file is displayed as signed with Authenticode and installs. "muriwai"...
- nonpnp driver installation fialed in vista
- Posted on May 23rd, 2008 | 2 Comments
hi version Major 0x1, minor 0x7 ". and stil i am geting "Service open failed with error code=1060" any more i need to do in the target system
- When will vista display report "Invalid display settings"
- Posted on May 23rd, 2008 | 2 Comments
On May 22, 1:11 pm, $B9>L1(B <dongy...@gmail.com> wrote: I am using WDK 6000 and the problem will appear when I append an extra path comprised by a virtual source and target, I am wondering at...
- Driver Installation Windows Vista
- Posted on May 22nd, 2008 | 4 Comments
By default Vista has WDF (UMDF/KMDF) version 1.5. You have to restart only if: a) you are trying to update the framework version (e.g. the current system has WDF 1.5 installed and you're trying to...
- Removable Disk Requires Reboot
- Posted on May 22nd, 2008 | 0 Comments
Hi, I've got a bus enumerator that's similar to usbstor.sys. It enumerates removable disks. If the disk is completely blank, then the drive loads with no problems. I can format it and everything...
- error LNK2019 with fopen
- Posted on May 22nd, 2008 | 4 Comments
The closest equivalent to fopen/fclose/fread/fwrite would be ZwCreateFile/ZwClose/ZwReadFile/ZwWriteFile. In the WDK in the index look under Windows Driver Kit Kernel-Mode Driver...
- How Windows uses physical memory
- Posted on May 22nd, 2008 | 3 Comments
Thanks Leo! "Leo Havmøller" wrote:
- driver signing
- Posted on May 22nd, 2008 | 0 Comments
Hi, My company was provided driver signing authority by Microsoft, but this is the first time, we are signing the driver, using the tool, we signed the sys & cat files, but when we installer the...
- help to debug BugCheck 69 under Vista
- Posted on May 22nd, 2008 | 0 Comments
Hi, when the computer boots and that my driver is loading (I have four instances of the hardware), at the third, the system will generate a bugcheck 69 (IO1_INITIALIZATION_FAILED) IN THE FUNCTION...
- Video mirror driver in applications like VNC
- Posted on May 22nd, 2008 | 2 Comments
kidilan.ehiravan@gmail.com wrote: You're the 3rd or 4th person to do this in the last few months. You need to check the archives of this and the NTDEV list. The mirror driver maintains its own...
- NDIS61 Header Data Split question
- Posted on May 22nd, 2008 | 1 Comments
On May 9, 10:53 am, Aniketa K S <aniket...@rediffmail.com> wrote: Any clarifications on this? Thanks, Aniketa
- How to install UpperFilter driver of mouhid.sys
- Posted on May 22nd, 2008 | 4 Comments
ray had a better suggestion. if you want to filter your specific device (and not all HID devices), your INF should match your device's specific hardware ID. d -- Please do not send e-mail directly...
- ReadFile() fails with error Incorrect Parameter
- Posted on May 22nd, 2008 | 4 Comments
If you want to send UICTL, why are you calling ReadFile? <davidmurray1@gmail.com> wrote in message news:bda50d88-f31b-49d6-a109-caf392d66ede@e39g2000hsf.googlegroups.com...
- PAGE_FAULT_IN_NONPAGED_AREA
- Posted on May 21st, 2008 | 0 Comments
I'm getting a PAGE_FAULT_IN_NONPAGED_AREA bug check when trying to read from an address that should be valid. This happens in a thread that is running at passive level. I'm reading from device...
- Problem with WinDbg
- Posted on May 21st, 2008 | 1 Comments
Check your debug settings for the Target machine. bcdedit /debug on bcdedit /dbgsettings Best regards, Tanya "Alexander" wrote:
- Stopping a high priority thread
- Posted on May 21st, 2008 | 3 Comments
Can you specify the IRQL of your running thread? Is it DPC/Dispatch and above? The important restriction on code running at DPC level or above is that it cannot wait for an object (an event in your...
- INF file for USB filter driver?
- Posted on May 21st, 2008 | 4 Comments
this AddService = usbfilter, 0x00000002, Serial_Service_Inst.NT should be AddService = usbstor,2 , AddService = usbfilter, , Serial_Service_Inst.NT d

