- Re: Microsoft USB Survey
- Posted on August 14th, 2003 | 0 Comments
This question was about devices which _have_ serial number, to disable new instance creation when a device with a different ser# is plugged in (during production and testing, for example). Such a...
- direct I/O, buffered I/O
- Posted on August 14th, 2003 | 2 Comments
(1) When we are initialising DeviceObject flags, should we choose only one of three I/O options. What if I ORed them? DeviceObject->Flags |= deviceExtension->StackDeviceObject->Flags...
- Re: Inserting and using a binary blob in a driver executable
- Posted on August 14th, 2003 | 0 Comments
In this case, a separate file is better. Write your own code to parse the PE executable file and access the .rsrc section. -- Maxim Shatskih, Windows DDK MVP StorageCraft...
- Security context in WMI paths
- Posted on August 14th, 2003 | 3 Comments
Let's imagine there is some user (not necessary admin) who executes some WMI app (possibly a .VBS script) talking to my kernel mode module. In the WMI path of the kernel mode module, I would like to...
- Re: Microsoft USB Survey
- Posted on August 14th, 2003 | 0 Comments
"25. Provide a way to disable the "High speed device plugged into full speed port" message, without disabling all USB error messages" I'd appreciate if XP didn't give me those messages for an USB2...
- Virtual Serial Port: Help getting started?
- Posted on August 14th, 2003 | 1 Comments
Hello, I apologize in advance if my question(s) seem trivial. This is the first time I've undertaken such a project and if possible I'd like some pointers on where to get started. I have a...
- How to read state of power button?
- Posted on August 14th, 2003 | 0 Comments
I'm using Windows XP Embedded and my power button is not supported. I want when somebody press the power button to shut down windows, sound simple (default behavior of windows) but it's nightmare to...
- Composite USB device
- Posted on August 14th, 2003 | 2 Comments
I am trying to install my driver for USB on WinXP. I do a CopyOemInf file which generates oem0.inf file. However, when I do a refresh of device manager, it picks up the inf file provided by...
- redirect a TCP socket call
- Posted on August 14th, 2003 | 2 Comments
I'm interested to redirect a TCP call to a different type of protocol without creating the TCP. So when the application make the TCP call the call gets transfered to UDP without application awarness....
- Re: error building a filter driver
- Posted on August 13th, 2003 | 0 Comments
You can ignore the obsolete header file warning. This file will be cleaned up in the next release of the DDK. -- -Eliyas This posting is provided "AS IS" with no warranties, and confers no...
- Multiple "Found New Hardware" wizard pages displayed when running DevCon on Toaster like driver architecture
- Posted on August 13th, 2003 | 5 Comments
I'm seeing a strange PnP behavior when using DevCon to install my bus and device drivers which are similar in architecture to the Toaster sample. Upon receiving my bus drivers response to the...
- IoCreateSymbolicLink()
- Posted on August 13th, 2003 | 0 Comments
Hello, I create a symbolic like as: X:\ for my FILE_DEVICE_DISK device object. In Win2k, the new drive appears, but in XP that drive does not appear (although IoCreateSymlink succeeds), why ? Do...
- USB driver install problem
- Posted on August 13th, 2003 | 1 Comments
I am able to install by USB driver for many external and internal USB devices. However I am running into problems when I try to install for this particular internal...
- driver keeps receiving IRP_MJ_CREATE, IRP_MJ_CLOSE and IRP_MJ_CLEANUP irps
- Posted on August 13th, 2003 | 0 Comments
Hi, I have a PNP driver, which creates virtual CDRom devices to emulate ISO images (setup programs) on a harddhisk. It works fine on 2k - loading the CD image and install applications from the CD...
- Serenum plug & play question
- Posted on August 13th, 2003 | 0 Comments
I have done a full compatible Virtual Com Port Driver. In final stage of development I try to connect serenum.sys for pnp support. As I see in debug of serenum : it gets pnp string from modem right...
- Possible bug in w2k3?
- Posted on August 13th, 2003 | 4 Comments
Power button on the case front panel does not work. Pressing the power button leads to mouse cursor being frozen for about a second, then the machine continues running. Changing the function of the...
- Re: Sending IRP
- Posted on August 13th, 2003 | 12 Comments
The short answer is do not do this. Tell us what you are trying to achieve and the group will be happy to give you suggestions. Don Burn (MVP, Windows DDK) Windows 2k/XP/2k3 Filesystem and Driver...
- how to dump srb->DataBuffer in lower class filter driver!
- Posted on August 13th, 2003 | 1 Comments
Hello all, I have written a lower storage class filter driver. I am getting the CDB and other information correctly. I wish to know, how can I dump the data which is in the srb->DataBuffer. Any...
- Reading from USB Device- Urgent
- Posted on August 13th, 2003 | 2 Comments
Hi All, I need to write code for reading the data from the storage device connected through USB port through application(Windows) developed in C, C++. Can any body tell me what all things should be...
- Re: Windows version from kernel mode
- Posted on August 13th, 2003 | 0 Comments
NDIS (network) drivers can derive the OS version from the combination of OS type (W9X vs. NT) and the supported NDIS version. Stephan --- On Wed, 13 Aug 2003 00:18:13 -0700, "jabez"...

