- device driver programming
- Posted on September 13th, 2004 | 3 Comments
Hi I am new to device driver programming. Please can any one tell me where to start from.
- Re: MmSecureVirtualMemory vs. ProbeForRead/Write
- Posted on September 13th, 2004 | 1 Comments
the answer from the memory manager owner is that you shouldn't really use it at all. Since you have to wrap all accesses in try/except anyway (to avoid crashing on other asynchronous problems like...
- sometimes ,kernel return overrun erro,sb can tell me the true?
- Posted on September 13th, 2004 | 0 Comments
my device is adapt bulk transfer mode. endpoint's maxpacket is 64B,OS is winxp,using winxp DDK(diver is bulkusb,the exact example of Winxp DDK ).I try to transfer 16MB data from PC to my...
- [Q] Unfamiliar linker behavior?
- Posted on September 13th, 2004 | 3 Comments
When I redirect the output of a link command to a file the symbol "/Tmp" appears. For example, the command c:\sde\ddk\practice> link /? > flags.txt Creates flags.txt in which the first few lines...
- IRQL_NOT_LESS_OR_EQUAL at KeWaitForMultipleObjects
- Posted on September 13th, 2004 | 8 Comments
Hi all, My file system filter driver has worked well for several months, but my PC got a sudden crash yesterday. Following is the crash minidump: IRQL_NOT_LESS_OR_EQUAL (a) An attempt was made to...
- Re: MmSecureVirtualMemory vs. ProbeForRead/Write
- Posted on September 13th, 2004 | 0 Comments
In article <5E56E72C-C02C-48D0-B2A1-AEB3E6E5C53F@microsoft.com>, FabianTillier@discussions.microsoft.com says... Looks to me like you still have to do the probe, and that you should first do the...
- [Q] setenv.bat bug?
- Posted on September 12th, 2004 | 0 Comments
All, After installing the latest DDK and executing the link command (e.g., link /?), note the '/Tmp' symbol. For example: C:\local\sde\lib\winddk\3790>link /? Microsoft (R) Incremental Linker...
- Re: Unresolved symbol in 2000 build
- Posted on September 12th, 2004 | 2 Comments
If you meant to use safe string replacement for vsnwprintf, RtlStringCchVPrintfExW is the way to go. To include safe string lib: TARGETLIBS= \ $(DDK_LIB_PATH)\ntstrsafe.lib - Calvin Guan ...
- anyone have an example of SDIO card for WinCE?
- Posted on September 12th, 2004 | 1 Comments
please send me!
- [Q] How to get USB 802.11 network driver sample source code.
- Posted on September 12th, 2004 | 3 Comments
Hello all, I've plan to develop a USB 802.11 network driver. Can you tell me where or how to find sample source D/D code for USB network driver? Thnak you.
- Softice Symbol table
- Posted on September 11th, 2004 | 2 Comments
Dear All, In SoftIce, I see a statement like 'call '. This call is to the address at __imp_@InterlockedExchange which is NtOsKrnl!Exfi386InterLockedExchangeUlong. Is it that the softice maitains a...
- Re: NDIS_802_11_SSID string type
- Posted on September 11th, 2004 | 0 Comments
"donzie13" <donzie13@discussions.microsoft.com> wrote in message news:D11C040D-EBE0-4111-9B24-C8D6CADD7522@microsoft.com... This is a "gray area" in the 802.11 standard. Strictly speaking, SSID is a...
- [Q] How to override link flags?
- Posted on September 11th, 2004 | 1 Comments
All, I continue to enjoy the following linkage error: LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/OPT:ICF' specification Q1: Can I safely ignore this warning and 'force' the...
- PCI read function gives unexpected results
- Posted on September 11th, 2004 | 1 Comments
The following code was built using the Winxp free build environment. It performs a double read of a memory location mapped to a pci card. Looking at the PCI bus with an analyzer I can see that the...
- IoGetDeviceObjectPointer ok but IoGetDeviceProperty crashed
- Posted on September 11th, 2004 | 8 Comments
I wrote a simple function to print a device description. The function is called by the DDK sample netvmini's DriverEntry. Unfortunately, it doesn't work and the system crashes. The WinDbg shows it...
- USB ISO and Surprise Removal
- Posted on September 11th, 2004 | 4 Comments
Hello. I have a USB 1.1 device with 6 Endpoints that has constantly 6 ISO streams active. Now my question: Is there a safe way to handle a surprise removal (a hardware removal without stopping the...
- Re: PCI BAR issue
- Posted on September 11th, 2004 | 0 Comments
In article <D5B84001-8536-4933-B85B-5E67019A0334@microsoft.com>, =?Utf- 8?B?TG91IFJvaGFu?= <Lou Rohan@discussions.microsoft.com> says... Your example is a bit extreme, and as others have noted, the...
- Force file write
- Posted on September 11th, 2004 | 5 Comments
Sorry if this topic is not supposed to be here, but I really need help. I have an acquisition board and I wrote my own driver for it (in this case a VxD) to handle interrupts, and everything works...
- Re: PCI BAR issue
- Posted on September 11th, 2004 | 0 Comments
Lou Rohan <Lou Rohan@discussions.microsoft.com> wrote: I'm not sure why it would be a problem. Unless you have more than 2GB of physical memory, there ought to be a 1GB hole in the physical...
- Re: USBD_INTERFACE_INFORMATION question
- Posted on September 11th, 2004 | 0 Comments
shadab <shadab@discussions.microsoft.com> wrote: If it were a pointer, it would either be PUSBD_INTERFACE_INFORMATION, or it would be USBD_INTERFACE_INFORMATION*. No, it's just what it says. ...

