I am trying to open a device with ZwCreateFile. The device
registered an interface with IoRegisterDeviceInterface
and enabled it. My driver gets a symbolic name of
the device from IoGetDeviceInterfaces. When I call
ZwCreateFile and give it the name of the device,
it returns STATUS_OBJECT_NAME_INVALID. The name of
the device should be valid because IoGetDeviceInterfaces
gave it to me. Does anyone have any ideas why this might be?
Anthony
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now