Re: WdfDeviceCreateDeviceInterface Again

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Eliyas,

One good news is that i used the serenum sample in WDK and used that
driver as upper filter. The serenum enumerated the attached
device(serial mouse) and i got all the calls expected from the driver.

One other i would like to bring to notice is that the
IoRegisterDeviceInterface() of serenum also failed with error
0xC0000010, the same error which my serial driver failed.

I dont know what is the reason for failure. I assume that the call
WdfDeviceCreateDeviceInterface() in my serial driver has failed due to
failure in serenum.

Let me know your comments. Also, suggest me if im going wrong
anywhere.

Thank You.

Regards,
Tim

.



Relevant Pages

  • Re: Disabling Serial Ballpoint Mouse when GPS connected
    ... Is it possible to disable serenum itself? ... >> Does anyone know what part of XP looks at serial ports and decides (based ... > INF which installs the usb->serial driver to not include serenum as a device ... >> the 'found new hardware' Wizard requesting the driver for the new mouse. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Serial.sys
    ... serenum enumerates devices on the serial port if they conform to the serenum ... it is basically a bus driver that sits on topof the port. ... Please do not send e-mail directly to this alias. ... > Is the one supplied with the DDK a WDM-compliant driver? ...
    (microsoft.public.development.device.drivers)
  • Re: USB device detection via query registry information
    ... WHQL is not a 100% measure of quality across an entire driver, rather it is a set of tests specifically designed to test very specific parts of a driver. ... serenum and sermouse work as expected on the in box version of serial, it correctly enforces exclusivity to the port ... serenum and sermouse are out-of-the-box XP as far as I can determine. ... serenum opens the port, detects the device, closes the ...
    (microsoft.public.development.device.drivers)
  • Re: USB device detection via query registry information
    ... parts of a driver. ... it correctly enforces exclusivity to the port ... serenum and sermouse are out-of-the-box XP as far as I can determine. ... serenum opens the port, detects the device, ...
    (microsoft.public.development.device.drivers)
  • Re: serenum and serial driver
    ... I'm working with a serial driver. ... What does serenum expects the serial driver ...
    (microsoft.public.development.device.drivers)