First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
How to see KdPrint in WinDbg
Hello, I'm just starting learning Windows Drivers Development. I tried to see any KdPrint messages in WinDbg but can't see any. I have started WinDbg in Local Kernel mode. It seems to be ok. This is the output from Windbg: Connected to Windows XP 2600 x86 compatible target at (Sun Apr 4 14:23:10.250 2010 ... 5 Apr 2010 05:03
Error code:0xc00000bb
I trying to debug my KMDF USB mass storage device driver on win xp as target and vista sp2 as host(with debugger),windbg displays value of 'status' of call to WdfUsbTargetDeviceCreate routine as: 0xc00000bb,which indicates an error. kd> !error 0xc00000bb Error code: (NTSTATUS) 0xc00000bb (3221225659) - The r... 9 Apr 2010 23:25
Control Endpoint in USB Device
Given below are descriptors for my mass storage device obtained using USBVIEW application: ConnectionStatus: DeviceConnected Current Config Value: 0x01 Device Bus Speed: High Device Address: 0x03 Open Pipes: 3 Endpoint Descriptor: bEndpointAddress: 0x01 OUT Transfer Type: ... 5 Apr 2010 21:44
USB device name
How can we query the USB Device name that is assigned interactively by users(e.g. any arbitrary name assigned by them,using 'rename' option through GUI) ? ... 8 Apr 2010 16:20
DICD_INHERIT_CLASSDRVS?
Study the devcon.exe sources in WDK; it has everything that one may ever want to know about setupapi. Regards, --pa "eugals" <eugals(a)gmail.com> wrote in message news:c90b2c8e-b25a-4f6e-b03d-7165469932d7(a)r1g2000yqj.googlegroups.com... Hi. MSDN, a the SetupDiCreateDeviceInfo Function article, <a href=... 4 Apr 2010 05:03
[SetupAPI] DICD_INHERIT_CLASSDRVS?
Hi. MSDN, a the SetupDiCreateDeviceInfo Function article, <a href="http:// msdn.microsoft.com/en-us/library/ff550952.aspx">says</a> that: <i> DICD_INHERIT_CLASSDRVS If this flag is specified, the resulting device information element inherits the class driver list, if any, associated with the device informatio... 3 Apr 2010 14:51
setupapi log file
>>> [Device Install (Hardware initiated) - USB\VID_4234&PID_0032\"1234.5"] Section start 2010/04/01 14:52:44.876 ump: Creating Install Process: DrvInst.exe 14:52:44.876 ump: Server install process exited with code 0xe0000205 14:52:45.095 <<< Section end 2010/04/01 14:52:45.107 <<< [Exit status: F... 1 Apr 2010 20:15
Keyboard / mouse filter driver .INF file: why so strange?
In the kbfiltr and moufiltr samples, the INF file seems really contrived. Instead of simply installing a service and adding the UpperFilters entry to the class registry key, e.g.: [CellebriteFilter_AddReg] HKLM, %CLASSKEY%, UpperFilters, 0x00010008, cbrtfltr [Strings] CLASSKEY = System\CurrentControlSet\Contr... 7 Apr 2010 14:39
ndis reset.
Does NDIS provide a way for someone outside of the NIC driver stack to request that the device be reset? I know that there is NdisReset(), but that assumes that I am part of the protocol stack. I am looking for something else. Regards, Rossetoecioccolato. ... 1 Apr 2010 12:24
To clone a Network Adapter record (WinXP+)
Hi. I have an Ethernet network adapter on my computer and it is present in the network connection list as the "Local Area Connection". What I want is to "clone" this INetConnection (and all of it's configuration components) so I could use independent "network connections", with independent setting sets, but refe... 1 Apr 2010 21:22
First  |  Prev |  Next  |  Last
Pages: 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59