Is it possible to send IOCTL (or otherwise communicate) directly with a
driver object that may have no device objects? This would be in lieu of
creating a "control" device object.
TIA!!
-scott
--
Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com
"David F." <df2...@community.nospam> wrote in message
news:AFE1B56C-69DA-4439...@microsoft.com...
To send an ioctl without a device - not possible (because can't get a
handle, unless you CreateFile on something).
Otherwise communicate with a driver: yes, possible.
--pa