Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > send ioctl directly to driver object without regard to device object?

Reply
Thread Tools Display Modes

send ioctl directly to driver object without regard to device object?

 
 
David F.
Guest
Posts: n/a

 
      12-23-2009
Hi,

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!!


 
Reply With Quote
 
 
 
 
Scott Noone
Guest
Posts: n/a

 
      12-24-2009
Device objects are the target of I/O operations, so what you're suggesting
doesn't make sense. You'll note that IoCallDriver takes a device object as a
parameter and not a driver object.

-scott

--
Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com


"David F." <> wrote in message
news:AFE1B56C-69DA-4439-BE55-...
> Hi,
>
> 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!!
>
>

 
Reply With Quote
 
Pavel A.
Guest
Posts: n/a

 
      12-24-2009
"David F." <> wrote in message
news:AFE1B56C-69DA-4439-BE55-...
> Hi,
>
> 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.


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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Game Compatibility BCurrey Windows Vista Games 6 11-29-2007 09:11 PM
crcdisk.sys start up problem (with boot log) Jimmy Windows Vista Hardware 2 08-13-2007 08:22 PM
Going Golfing but not with Vista markbyrn Windows Vista Games 15 03-08-2007 11:59 AM
americas army stuttering under vista premium ernie Windows Vista Games 0 02-27-2007 11:20 PM
problem in dxdiag Peewee64 Windows Vista Games 0 02-14-2007 10:49 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59