Tech Support > Microsoft Windows > Drivers
How to read the file in boot start driver?
Posted on September 17th, 2007 | 1 Comments

A> What should I do? You should read the documentation and think carefully about the mismatch between your design assumptions and the...

Stand alone TV device to support Media Center TV service
Posted on September 17th, 2007 | 1 Comments

Also try in "microsoft.public.windows.mediacenter". Stephan

about 802.1x
Posted on September 17th, 2007 | 1 Comments

On Sep 17, 3:50 pm, brahma <bra...@discussions.microsoft.com> wrote: Well, for "802.1x", a commonly used service known as "web search engine" points me...

Device control from a network.
Posted on September 17th, 2007 | 4 Comments

Great, Stephan! This is exactly I was looking for. Thank you very much. "Stephan Wolf " <stewo68@hotmail.com> wrote in message news:1189965128.385781.209940@19g2000hsx.googlegroups.com...

How about USBKey's minidriver
Posted on September 17th, 2007 | 0 Comments

Hi, My Smart card minidriver is based USBKey, like reader + smart card, and the driver is private driver, not CCID-compliant. Could I package the driver along with the minidriver and send to...

MOUSE_INPUT_DATA content in XP and Vista
Posted on September 17th, 2007 | 1 Comments

Hi Dmitry, You are correct. In Windows Vista, we added support for AC Pan and high resolution scrolling mice in mouhid. For more details about the feature and changes it involves, please take a...

BugCheck 0xA when verifier enabled
Posted on September 17th, 2007 | 4 Comments

Hi Eliyas, Thanks for point it out. I've found an Irp that was not freed using IoFreeIrp and my problem is resolved. It would be useful if this could be documented somewhere as it was not obvious...

Size of a Windows Executable.
Posted on September 16th, 2007 | 1 Comments

On Sep 10, 10:29 pm, Tom V S <TomVee...@gmail.com> wrote: I guess you should find some answers here: "Peering Inside the PE: A Tour of the Win32 Portable Executable...

SetupDiGetDeviceInterfaceDetail - Returns "\" as DevicePath
Posted on September 16th, 2007 | 2 Comments

It sound like you've mixed unicode and ascii strings. The string returned by SetupDiGetInterfaceDetail is probably a wide-char. Anatoly. "JoshG" <Inbilla@gmail.com> wrote in...

Graphics filter-driver to intercept DirectX API calls
Posted on September 16th, 2007 | 2 Comments

Thank you for the answers. A lot of new pointers that I'll have to research.

VIA OHCI Compliant IEEE 1394 - VT6306 Chipset Driver
Posted on September 15th, 2007 | 1 Comments

This newsgroup is about developing device drivers. "development.device.drivers" and not finding them for users. Via 1394 chipsets are the 2nd best. TI makes the best and the drivers for those chips...

WdfRequestCompleteWithInformation issue
Posted on September 15th, 2007 | 1 Comments

If I remember this right, this is due to a bug in the framework verifier code. If you turn off framework verifier, your driver should work. We fixed this issue couple of months ago and the fix will...

question about usb device removed unexpectly(IRP_MN_SURPRISE_REMOV
Posted on September 15th, 2007 | 1 Comments

You are not getting remove because somebody has an handle open to your device. Get the application to close the handle to the device when the device is removed. The app should listen for pnp...

Problem of calling named NT device in user-mode
Posted on September 15th, 2007 | 4 Comments

Hi Tim and Maxim, Sorry for the late reply. Your reply is helpful! Ok, my concern replies on device name for user-mode visible. For background, I am reading the book "Rootkit: subvert the Windows...

USB-UART Driver Write problem
Posted on September 15th, 2007 | 3 Comments

kalyani.vijaykumar@gmail.com wrote: What I'm suggesting is that your IOCTL_SERIAL_GET_COMMSTATUS ioctl is returning something that makes Hyperterminal think that things are not ready. You need to...

Installing filter driver with DPInst.exe
Posted on September 15th, 2007 | 3 Comments

dmitrym_10 <dmitrym10@discussions.microsoft.com> wrote: It will INSTALL, but it will not LOAD. -- Tim Roberts, timr@probo.com Providenza & Boekelheide, Inc.

Still hoping...
Posted on September 14th, 2007 | 3 Comments

We have x64 apps on our website that dynamically link to mfc42(u).dll and haven't gotten any complaints (the XP x64 workstation I'm on has the MFC DLLs). Could be that these are mostly dev machines...

how to choose Ignore while install driver by coding C++?
Posted on September 14th, 2007 | 3 Comments

When running signability, tick both XP and Vista. When you get the WHQL logo'ed .cat files back they will be signed for both XP and Vista. Then 1 driver package will install silently on XP and...

Getting Full Symbols On NDIS Drivers In Free Build
Posted on September 14th, 2007 | 1 Comments

Most memxyz() functions can be inserted inline by the compiler rather than calling the function. Set the /Oi optimization option to enable intrinsic functions. Otherwise, if you do not want to use...

Updating Kernel mode printer driver for vista
Posted on September 14th, 2007 | 0 Comments

Hello (Previously posted in microsoft.beta.wdk.general to deafening silence) Does anyone have any thoughts on whether to go down the unidrv or xpsDrv path when updating a RASDD based printer driver...