Tech Support > Microsoft Windows > Drivers
StartService
Posted on October 3rd, 2007 | 2 Comments

Refer to the DDK Sample source code given in the DDK samples <<WinDDK>>\6000\src\general\pcidrv for a WDM version of driver and modify it to suit your pci hardware.. Get a copy of "Programming the...

Host Controller questions
Posted on October 3rd, 2007 | 0 Comments

I need to be able to list the current available host controllers in the system. I need this for WIN2k , win XP and higher. I am aware of the GUID_CLASS_USB_HOST_CONTROLLER which works in conjunction...

Internal Device I/O Control question
Posted on October 2nd, 2007 | 4 Comments

internal ioctls are not allowed b/c they are a km only io contract and it is impossible to marshal them sanely d -- Please do not send e-mail directly to this alias. this alias is for newsgroup...

Supporting discrete frame rate in AVstream driver
Posted on October 2nd, 2007 | 4 Comments

On Oct 2, 1:10 am, Geraint Davies <gerai...@gdcl.co.uk> wrote: Can I have some help with my descriptors then? Here is what I have so far - this first part should work since other properties...

Could I get the signed logo if only INF and property page provided?
Posted on October 2nd, 2007 | 7 Comments

And until you have a WHQL logo/signature, the in-box inf is always deemed the "better" inf file. In this case, use DeviceManager to update the drivers and specify your inf file, or write an...

Mutex
Posted on October 2nd, 2007 | 10 Comments

These functions can be called on DISPATCH_LEVEL "mirage2k2" <mirage2k2@discussions.microsoft.com> wrote in message news:B497A88A-16B7-4F5B-9CE3-D870A547734A@microsoft.com...

Controlling connected Access Point through DeviceIoControl on Vista
Posted on October 2nd, 2007 | 0 Comments

Hi, I want to be able to scan for the best access point, and control connection programatically. I need to do this to improve the handover time whilst streaming live audio/video. I am trying to do...

PCI : try to get parent's device config space
Posted on October 2nd, 2007 | 2 Comments

Hi Eliyas, Ok, no interface ! But utilities programs, like PciView, are able to dump config space for all connected PCI device. So there is am ean to do that, not interface, but something. So,...

Printer INF for htmldrv
Posted on October 1st, 2007 | 0 Comments

Does anyone know where I can find a inf file for Feng Yuan's HTMLDrv html print driver? I can get it to build, but I can't get it to install correctly with the inf file I have built. Peter

Multiple symbollic links using KMDF function
Posted on October 1st, 2007 | 0 Comments

KMDF has been designed to allow only one symbolic link per device. To workaround, you have to escape to WDM and call IoRegisterDeviceInterface yourself and enable and disable the interface in the...

Multiple symbollic links using KMDF function
Posted on October 1st, 2007 | 0 Comments

Interestingly enough, if I replace the second invocation of WdfDeviceCreateSymbolicLink with IoCreateSymbolicLink, it works just fine.

Driver does not unload, probably because Irp
Posted on October 1st, 2007 | 2 Comments

Seems the calling service didn't close all handles until I stopped it. Many thanks!! /Fredirk "Eliyas Yakub " <eliyasy@online.microsoft.com> wrote in...

2 USB2 HS Full BW Iso Stream Problem
Posted on October 1st, 2007 | 6 Comments

"Tom Udale" <tom@tom.com> wrote: When we have looked, we've never seen any. In steady state, I'm not sure we would know. Even with 2x 25MB/s cams running full out, there's still a bit of headroom...

Vista - Getting IP Address Through NDIS_WAN_LINE_UP
Posted on October 1st, 2007 | 3 Comments

This doesn't seem to work. I monitor sets to that OID but I don't see it over a WAN connection. <chris.aseltine@gmail.com> wrote in message news:1190661398.482665.55970@50g2000hsm.googlegroups.com...

Looking for any driver archive
Posted on September 30th, 2007 | 0 Comments

Hello... l am lookoing for any Windows Driver archive when l can use for identifing unidentified windows drivers. Can any1 advice me any link for download??? Thanks.

Writing to ports
Posted on September 30th, 2007 | 6 Comments

To do so you must be sure that parallel port controller's registers are mapped (hard-wired) on the parallel bus and permit for simultaneous r/w. I do not know, if it is so in your case, but old days...

DeviceIoControl with Overlapped
Posted on September 29th, 2007 | 4 Comments

Do you have the WDK? Do you have MSDN Library? Have you looked up each call and read all the MSDN descriptions for the OS calls you are using? I suspect there are also examples in the SDK, but I...

Help with ZwWriteFile - Vista
Posted on September 29th, 2007 | 1 Comments

I was able to resolve this by opening the specific partition that I am interested in instead of the drive. vs wrote:

How to solve this problem? (Parallel port)
Posted on September 29th, 2007 | 5 Comments

"Jon Slaughter" <Jon_Slaughter@Hotmail.com> wrote: On the contrary, it follows the rules. If an ISR knows what caused an interrupt, it's supposed to say so, and the operating system will...

PARTMGR.sys listed as not working...But I'm not in their device stack!
Posted on September 28th, 2007 | 0 Comments

Creating a barebones class upper filter driver on the System Class, that does absolutely nothing except return status success in the AddDevice routine (does not attach to the device stack),...