- DDK is missing src and samples
- Posted on May 9th, 2008 | 5 Comments
The WDK is this year, the last DDK was aproximately 4 years ago. The WDK supports 2000, XP, 2003, Vista and 2008. The WDK is like the DDK a set of libraries, headers, samples, tools and...
- REPORT LUNS
- Posted on May 9th, 2008 | 3 Comments
SAM-4 seems to be what I need. Thank you "muriwai" <muriwai@nospam.nospam> wrote in message news:%23NWtwYbsIHA.1220@TK2MSFTNGP04.phx.gbl...
- DDK Integration with VS
- Posted on May 9th, 2008 | 15 Comments
I think any MS's compiler will be OK, and probably non-MS too. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim@storagecraft.com http://www.storagecraft.com
- Where can I find the stardand IDE Contorller spec for Windows XP?
- Posted on May 9th, 2008 | 7 Comments
Non-PC/AT-compatible controllers use their own extension BIOS, just like SCSI controllers. int13h is OK for them, but the ports 0x1f0 and interrupt 14 can be absent. For such controllers, Windows...
- about function COM_IOControl in Virtual COM driver
- Posted on May 9th, 2008 | 4 Comments
On May 8, 10:48 pm, "panyul" <pan_...@21cn.com> wrote: Look at the serial sample in the WDK for an example. But basically, there's only two things you need to do: 1) Set the wait mask that's...
- IOCTL_MOUNTMGR_VOLUME_ARRIVAL_NOTIFICATION error
- Posted on May 9th, 2008 | 0 Comments
Hi, This is a file virtual disk driver. I am not implementing PNP so I cannot use IORegisterDeviceInterface. To create my volume mount point I first call the mount manager with the volume arrival...
- Does Windows XP , Windows 2000 and Vista has the same registryposition?
- Posted on May 9th, 2008 | 6 Comments
Hi Maxim: Thanks for you advice! My driver is XDDM type, and all the interface functions exported by videoport use hardware extension structure, the "device object" which is used by...
- user mode to kernel mode I/O via named pipes
- Posted on May 9th, 2008 | 2 Comments
Actually, pipes in Windows are badly implemented and I should avoid them. For instance, GetFileType on a pipe _hangs_ if there is a pending read request, which, BTW, causes the DLL load to hang...
- How to call the kernel API which is not in the DDK document!
- Posted on May 9th, 2008 | 4 Comments
"δΈηι" <jsniperwyc@yahoo.com.cn> wrote in message news:A36F2C95-C04C-4B9D-AF5F-730C282F9CEE@microsoft.com...
- NDIS61 Header Data Split question
- Posted on May 9th, 2008 | 0 Comments
Hi, In the WDK doc, in section "Splitting Fragmented IP Frames" there is a statement: "If a fragmented IPv4 frame does not contain the upper-layer-protocol header, the NIC must split the frame at...
- Prevent loading of SCSIAdapter in Safe Mode
- Posted on May 9th, 2008 | 1 Comments
The answer was, check for the safe mode in DriverEntry. "muriwai" <muriwai@nospam.nospam> wrote in message news:uRCuVbbrIHA.1772@TK2MSFTNGP03.phx.gbl...
- IRQL of HwStorAdapterControl
- Posted on May 9th, 2008 | 4 Comments
Thank you. "Eliyas Yakub " <eliyasy@online.microsoft.com> wrote in message news:F075EEE6-566B-4D55-8635-A33DAA8B8FC6@microsoft.com...
- vista checked HAL/NT files download ?
- Posted on May 9th, 2008 | 1 Comments
Answering to myself : I could locate NT/HAL files in \winddk\6000\debug. I haven't tried them yet. But I am also looking for acpi.sys vista32 checked version. I wud appreciate if someone cud email...
- Enabling/Disabling NDIS 5.1 Intermediate Miniport ( 1-2 Mux)
- Posted on May 9th, 2008 | 2 Comments
First I like to second the suggestion made by Pavel. Second, you really need to use the right terminology before anybody can answer your question without a lot of second guessing on what you did...
- NDIS 5.2 and Scalable Networking Pack
- Posted on May 9th, 2008 | 1 Comments
I saw your mail. Somebody will get back to you. Sorry for delay. -ali -- This posting is provided "AS IS" with no warranties, and confers no rights. "GNRaj" <GNRaj@discussions.microsoft.com>...
- Selecting Best Compatible Driver (Windows XP)
- Posted on May 9th, 2008 | 3 Comments
my experience with driver install is that windows likes to look everywhere else first before looking at the infs you provide (I'm assuming that you have inf for your driver and that it is part of...
- Out-of-band data
- Posted on May 9th, 2008 | 0 Comments
I have a system containing 2 ndis intermediate drivers. The first driver determines "additional data" about a packet and then sends the packet and "additional data" to the second driver. I intend...
- winddi.h
- Posted on May 8th, 2008 | 1 Comments
"ssylee" <ssylee@discussions.microsoft.com> wrote in message news:0E5959C8-2750-4501-A960-AE162905F3CA@microsoft.com... Search again. Winddi.h is in <wdk root>\inc\api --PA
- Filter driver question
- Posted on May 8th, 2008 | 5 Comments
turn on setupapi debugging and see the exact error. there is probably a dangling reference to a service section in the INF. also run your INF through chkinf d -- Please do not send e-mail...
- how to correctly install a NDIS IM from your app?
- Posted on May 8th, 2008 | 11 Comments
probably. who knows. it also might be some piece of their software that hooks onto INetCfg and its friends. no, it doesn't. to make things even worse, HP made the effort of their software...

