Tech Support > Microsoft Windows > Drivers
PnP Manager allocates 0 Resources
Posted on June 2nd, 2008 | 0 Comments

Hi All, This question is in regard to a KMDF driver I am developing for a PCI-ISA bridge. For more clarity, let me itemize what I am seeing. 1. In the absence of my driver, Windows allocates a...

How to reset USB in User Mode
Posted on June 2nd, 2008 | 2 Comments

Thanks a lot maxim! you helped much ! Thanks!!!!!!!!! "Maxim S. Shatskih" wrote:

Where is the DDK/WDK?
Posted on June 2nd, 2008 | 3 Comments

You are right. It is under the Windows Server 2008. I would have never suspected. I also agree with the statement about the poor design of the MSDN website. "Don Burn" wrote:

what is WAN miniport (SSTP)
Posted on June 2nd, 2008 | 0 Comments

what are WAN miniport entries in device manager. Are these physical nics???? Is there any link that describes these entries???? Thanks in advance

DNS IP
Posted on June 2nd, 2008 | 6 Comments

Bryan, NetSh is not there for WinCE, it has option to set DSN dhcp or manually. Rop, Your idea its cool, but problem is I have to keep watching device is roaming and AP got changed,

Where is the MSI-X example?
Posted on June 2nd, 2008 | 0 Comments

Hi Sir, I'm finding the example of MSI/MSI-X , and even the WDK6001.18000 don't includes that yet. -- Thanks Yu Hao

Handling PCI interrupts
Posted on June 2nd, 2008 | 13 Comments

not sure. I need to sit down with the application develops on both sides and talk about their expectations and requirements. For the time being I'm trying to deliver a basic driver that will...

How to block system copy commands at driver level
Posted on June 1st, 2008 | 29 Comments

Hello! You wrote on Sat, 31 May 2008 17:29:20 +0300: ??>> That is snake oil. Or even worse, fooling a customer. PA> Eugene, you need to take a multi cultural training... PA> In some parts of the...

Spec design software ?
Posted on May 31st, 2008 | 1 Comments

On May 30, 4:10*am, Kid <K...@discussions.microsoft.com> wrote: Yes. Visual Studio 2008 has a tool that can generate Visio-compatible UML directly from source code. I've never used it...

INF file is failing ChkInf on XP
Posted on May 31st, 2008 | 1 Comments

Paarvai Naai <Paarvai Naai@discussions.microsoft.com> wrote: You can't correct it. You just have to note this as an exception when you submit your package. -- Tim Roberts, timr@probo.com Providenza...

damn Windbg
Posted on May 31st, 2008 | 1 Comments

"no_name" <senditon@microsoft.com> wrote: Don't you think we might need a bit more information to give any useful advice? Like, what operating system are you running on the host and the target...

DHPDEV, PPDEV, and HDEV structure
Posted on May 31st, 2008 | 3 Comments

"Ivan Brugiolo " <ivanbrug@online.microsoft.com> wrote: And if I might provide an executive overview for the original poster: * PDEV is internal to GDI. The structure is not documented. * HDEV is...

DriverInstallPackagesW fails to create driver store entry
Posted on May 31st, 2008 | 2 Comments

Olivier Lechenne <OlivierLechenne@discussions.microsoft.com> wrote: Without any further information (like which operating system), my guess is that you are running this as a normal user without...

can any one tell me the functionality of USB to serial port conver
Posted on May 31st, 2008 | 3 Comments

"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message news:#56JWAjwIHA.4476@TK2MSFTNGP06.phx.gbl... If you mean the CDC spec, http://www.usb.org/developers/devclass_docs/usbcdc11.pdf then...

file change notification;
Posted on May 31st, 2008 | 3 Comments

Hi, have a look at this: http://www.microsoft.com/whdc/driver/filterdrv/default.mspx and this is very interessting: http://channel9.msdn.com/Showpost.aspx?postid=36907

USB 1 or 2?
Posted on May 31st, 2008 | 4 Comments

and typically most function drivers do not care about the bus speed, just the endpoints they can configure on the device d -- Please do not send e-mail directly to this alias. this alias is...

Absolute Mouse Data Input
Posted on May 31st, 2008 | 2 Comments

Thank you, Ray, for your reply. Meanwhile, experimenting with my report descriptor, I have discovered that the maximum coordinate number is determined by the bit size reserved for the x and y data...

ReadyDrive application pinning
Posted on May 30th, 2008 | 1 Comments

Using procmon, I found the following registry entry on a readydrive (with hybrid drive) enabled system but unfortunately this entry is empty with no value. HKLM\Software\Microsoft\Windows...

Question about structure object copy
Posted on May 30th, 2008 | 5 Comments

440gtx@email.com wrote: The main reason to use "class" vs. "struct" is a social and commenting one. "class" communicates to other programmers that the object is probably not a simple data structure,...

WinUSB on XP 64-bit
Posted on May 30th, 2008 | 0 Comments

I've been able to successfully use the WinUSB drivers to communicate with my device on XP x64 even though the documentation seems to state that XP x64 does not support XP x64. Specifically the...