First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
Problem using wdfkd.wdflogdump
I have tried to read the log maintained by kmdf for my driver using: !c:\winddk\6000\x86\bin\wdfkd.wdflogdump <drivername> command in Windbg,but it responds as: Trace searchpath is: Trace format prefix is: %7!u!: %!FUNC! - TMF file used for formatting IFR log is: c:\winddk\6000\tools\tracing\i386\wdf01005... 25 Mar 2010 12:39
WDK for build 5600
I woudl like to get ahold of build 5600 of the WDK and it seems on MSDN only 7.1 is availalbe. On Microsoft Connect you can get build 6000. The reason I'd like to get the WDK for build 5600 is that its the last version with a display driver sample in it which was removed in subsequent versions. thanks. ... 23 Mar 2010 12:30
pci.sys upper filter + memory mapping
Hi, I have developed a driver for PCI Video Capture device. Now, I have ported this hardware to PCI-Express, by adding a PCI-Express to PCI bridge chipset on the board. I have PCI Express Video Capture Device. I have implemented the driver for Linux. It works. To program device's FPGA Chipset, I need to acce... 29 Mar 2010 13:39
WM_DEVICECHANGE and umdf usb driver
I have made driver on the base of Sample Driver for OSR USB Fx2. I want to receive notofications, when my device plugs and unplugs. I try to use WM_DEVICECHANGE. I receive that message, but the wParam is always 7. What can be wrong with the driver? ... 24 Mar 2010 10:02
MSVAD audio stream question
Hello I am new in driver. I build msvad simple driver, but I have a question. Dose someone know can I get audio stream "original" (where the stream come from. ex. from which application or pid) ? Thanks ... 23 Mar 2010 10:09
Aero Mode with Mirror Driver
Is it a functional limitation of the graphics subsytem in vista & windows 7 that it has to disable aero mode when a mirror driver is enabled OR is it a recommended feature i.e. the windows team thought its better to disable aero whenever a mirror driver is loaded? ... 24 Mar 2010 23:54
wifi driver query
how can a usermode application query if the wifi adapter is capable of 802.11g in ad-hoc mode? old adapters are able of ad-hoc only on 802.11b, which does not qualify for my application. ... 22 Mar 2010 21:50
WDF Interrupt question
I'm sorry I just start learning windows drivers development. I'm looking at Interrupt servicing in drivers in WDF. WdfInterruptCreate create the interrupt object but where do we put the information about interrupt vector? I noticed we can get vector by using WdfInterruptGetInfo, but where do we set it? ... 23 Mar 2010 13:40
NDIS 6 LWF driver indicating packets
Hi, I have NDIS 6.0 packet modifying filter driver running on Windows 7 x64. It examines outgoing TCP traffic and sometimes has to return a packet being sent back to the protocol. For this purpose I make source/ destination address manipulations in cloned NBL and pass it to NdisFIndicateNetBufferLists function. ... 21 Mar 2010 18:36
how to notify the user of a certain event from within a NDIS IM?
thank you guys for your answers. ... 21 Mar 2010 17:22
First  |  Prev |  Next  |  Last
Pages: 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63