Tech Support > Microsoft Windows > Drivers
calling NdisSend() from within ProtocolReceive()
Posted on June 8th, 2007 | 3 Comments

it seems that the culprit of this strange begavior was invoking NdisIMCopySendCompletePerPacketInfo() with a null pointer as destination. :) thanks anyway.

Is there any good software to draw from driver to app layers ?
Posted on June 8th, 2007 | 0 Comments

Hi Is there any good software to draw from driver to app layers ? Best freeware , shareware or commercial version is ok too . Thank you very much .

DTM stress test failing
Posted on June 8th, 2007 | 4 Comments

Hi, there is probably some problem with toPrecision() result and implicit conversion from String to Number. You have to setup Regional settings to English (United States), so float numbers have "."...

driver type for sending packets ???
Posted on June 8th, 2007 | 5 Comments

Sending Jumbo packets is possible if your adapter _AND_ the other end of the connection support it. All you should need to do is open the adapter Configuration Properties and select the jumbo frame...

Regarding International inf file
Posted on June 8th, 2007 | 2 Comments

Thank you Tim "Tim Roberts" wrote:

Conflict I/O between the SMBus controller and a System Broard PCI
Posted on June 8th, 2007 | 0 Comments

Device conflict between Intel SMBus controller 27DA and (Standard system devices) DeviceDesc System board ACPI\PNP0C01\3 Conflict I/O = Minimum Address: 0x000010c0 Maximum Address:...

Can we use cpp to write WDM driver ?
Posted on June 8th, 2007 | 33 Comments

I beg to differ. There are numerous ways C++ lends itself to compact code that does not involve wrappers at all. Being able to declare an iteration variable in a for loop is one example; it is more...

Getting the owner thread of a spinlock using windbg
Posted on June 7th, 2007 | 1 Comments

Raj wrote: your search to N(cpus) threads.

WdfDeviceCreateDeviceInterface Again
Posted on June 7th, 2007 | 30 Comments

No you don't have to. I will take this offline with you. -Eliyas <tfedricks@gmail.com> wrote in message news:1181240007.107804.239640@r19g2000prf.googlegroups.com...

Ethernet print server is not reconnecting on PC reboot
Posted on June 7th, 2007 | 0 Comments

I had previously posted a question about the "Use Printer Offline" setting and wanted to know if this setting can programmatically be changed. I still want to know this but I also would like to know...

Print spooling change under Vista?
Posted on June 7th, 2007 | 0 Comments

Under XP when doing a "Print to File" from an application (in this case Acrobat Reader on the Print dialog) the job appears to run under the context of the application (i.e. Acrobat Reader) and is...

Why Driver Entry called two times in the Mux Sample
Posted on June 7th, 2007 | 1 Comments

narsha@gmail.com wrote: I can't answer why (how did you launch this?), but why is this a concern? It is loaded, it is unloaded, it is loaded again. If your driver cannot handle this, it is...

Serial driver replacement/installation.
Posted on June 7th, 2007 | 2 Comments

On Jun 6, 5:11 pm, Matt Ervin <MattEr...@discussions.microsoft.com> wrote: Hi, Instead of replacing the existing Serial driver u can install the additional com port driven by ur serial driver, u can...

Why Winpcpa uses protocol driver instead of IM driver??
Posted on June 7th, 2007 | 2 Comments

Dear Gianluca Varenni, Thanks you heard me. With Best Regards, Anand Choubey

Software Publishing Certificate Certificate Authority
Posted on June 7th, 2007 | 7 Comments

engrkurt <engrkurt@discussions.microsoft.com> wrote: No, your understanding is wrong. The WHQL signature is the key to turning off the "unsigned driver" warning. There are two reasons to sign...

DeviceIoControl blocks even in Overlapped I/O mode? How is this possible?
Posted on June 7th, 2007 | 27 Comments

"Alexander Grigoriev" <alegr@earthlink.net> wrote: Single-threaded yes, but not single-process. It was "cooperative" multi-processing. Good riddance. -- Tim Roberts, timr@probo.com Providenza &...

USB reset and retrieving device, config and interface descriptors
Posted on June 7th, 2007 | 1 Comments

cancri7 wrote: No way. It does not make sense. Either the device is a valid HID device then it works without strange tricks or you have a firmware bug which you should fix. No way either. All...

USB communication hangs
Posted on June 6th, 2007 | 2 Comments

Or possibly a short packet. Also, be careful how you handle transfers that are a multiple of MaxPacketSize. Marco ________________________ Marc Reinig UCO/Lick Observatory Laboratory for Adaptive...

How to get started with creating a virtual filesystem?
Posted on June 6th, 2007 | 14 Comments

NO IT IS WORSE, SORRY THE JOY'S OF FILESYSTEM WORK ARE ENOUGH TO ENSURE YOU DON"T WANT TO DO ONE UNLESS YOU REALLY HAVE TO. Look at driver namespaces or some other approach. -- Don Burn (MVP,...

How to get debug prints in WinDbg from Vista
Posted on June 6th, 2007 | 5 Comments

Yeap. It was a typo. Sorry about that. -- -- This posting is provided "AS IS" with no warranties, and confers no rights. Use of any included script samples are subject to the terms specified...