- Device Interface Classes
- Posted on July 19th, 2003 | 3 Comments
Is there a way to enumerate device interfaces without knwoing the class guids? I can only get interfaces with SetupDiGetClassDevs if I have a guid. And I only can use SetupDiEnumDeviceInterfaces...
- Re: [Q] Ndis version vs. Windows version.
- Posted on July 18th, 2003 | 0 Comments
Thank you for your good information. Please, give me more information. I want know the NDIS version relation to Windows version before my Ndis driver was installed. Your suggestion was meaningful...
- Plug&Play Manger Hang Ups
- Posted on July 18th, 2003 | 0 Comments
Hello, I am experiencing a Plug&Play problem with a Win2k PCMCIA driver. After I have stopped a device and removed it and then try to insert it again, the driver does not load. There is an error...
- _alldvrm verses _alldiv, _allrem
- Posted on July 18th, 2003 | 0 Comments
We actually created a library and included the object file in that since we had a problem including a object file directly. I am really looking for a compiler switch because I am concerned there my...
- CHAT: USB Driver Development: July 18 10:00 PST
- Posted on July 18th, 2003 | 1 Comments
We're hosting a technical chat on Windows Drivers - USB Driver Development on the 18th. Hope to see you there! Join the Windows XP USB driver team at Microsoft in this online chat focusing on the...
- Re: Q: 2600.1106 DDK, settings for 2K and XP
- Posted on July 18th, 2003 | 0 Comments
Another thing about the DDK: It contains samples, but a single instance of a certain one in a given DDK. Take my favorite example, passthru: One instance. So how does a single-instance example get...
- Legacy Serial Attached Device
- Posted on July 18th, 2003 | 1 Comments
Hi All, Really desperate now. I am writing a driver for a legacy serial attached device (i.e. NO PnP...yeah, a stupid widget alright). I did the following steps in my AddDevice routine: 1)...
- Re: create a drive that represents a CD image.
- Posted on July 18th, 2003 | 1 Comments
The best idea is to write a full SCSI port for this. "mishabear" <mishabear@hotmail.com> wrote in message news:042f01c34ccc$e0931200$a601280a@phx.gbl...
- Re: 2600.1106 DDK, settings for 2K and XP
- Posted on July 18th, 2003 | 0 Comments
The DDK version must be <= the OS version. Max "Christian Schoett" <schoett@ems-wuensche.com> wrote in message news:#ObiJURTDHA.1020@TK2MSFTNGP11.phx.gbl...
- porting ndis IM driver from winxp/2k to win98
- Posted on July 18th, 2003 | 0 Comments
Hi, One basic question ..Is it possible to install mux sample from XP ddk on win98?? We have tried all changes whatever we found in previous discussion on this topic in this group. For installing...
- USB modem driver
- Posted on July 18th, 2003 | 0 Comments
Hi, I have a USB modem(Communication Device Class) which implements a firmware compliant to Abstract Command Model (ACM) USB spec, on the device side. Is a driver for this modem class (USB ACM class...
- Re: 2600.1106 DDK, settings for 2K and XP
- Posted on July 18th, 2003 | 0 Comments
Jolyon, thanks for your quick reply. Do you know if the Win2K part of the 2600.1106 DDK is the same as the old Win2K DDK? Regards, Chris "Jolyon Wright" <jwright~@saitek.com> schrieb im...
- Re: Communication between user mode application and keyboard driver in Windows XP
- Posted on July 18th, 2003 | 0 Comments
even if you could send the IOCTL (which you might be able to if you don't open the device for write access), i8042prt sanity checks the LedFlags you are setting. Since you are setting values outside...
- Re: stream config caps
- Posted on July 18th, 2003 | 1 Comments
Did you remember to pass in a pointer to a KSP_PIN structure as the pProperty parameter (not just a KSPROPERTY) of the call to IKsControl::KsProperty, and to set the pin index to the pin you want...
- Re: _alldvrm verses _alldiv, _allrem
- Posted on July 18th, 2003 | 0 Comments
Link to ulldvrm.obj, which is available somewhere under the VC7 install tree. Norman Abramovitz wrote: -- - Nick Ryan (MVP for DDK)
- Re: StreamClassCallAtNewPriority
- Posted on July 18th, 2003 | 0 Comments
I feel your pain. I am sure it is a bug in stream.sys, however I failed to convince MS to look at it. A few years back when all my development was Stream Class based I sumbled upon the problem when...
- Re: _alldvrm verses _alldiv, _allrem
- Posted on July 17th, 2003 | 0 Comments
Why not include the routine in your program? Source is available. "Norman Abramovitz" <nabramovitz@xxx.yyy> wrote in message news:05fe01c34cb3$71fd79c0$a101280a@phx.gbl...
- New issue of WD-3 available
- Posted on July 17th, 2003 | 2 Comments
The July 15 issue of the Windows Driver Developers Digest is now available for your viewing pleasure at http://www.wd-3.com. If you were on our subscription list, you would have received a...
- How to set a disk offline
- Posted on July 17th, 2003 | 0 Comments
The DDK contains sample code for a command-line tool called DevCon that will enable and disable a device from the command-line. Pat
- Driver Signing for Virtual Ethernet Adapters on Windows XP
- Posted on July 17th, 2003 | 1 Comments
Is it possible to get Virtual Adapter drivers signed by Microsoft. Are they treated just as a regular Ndis miniport driver for certification purposes. Thanks, -Rajat

