Trace the function implemented by DeviceioControl

Posted by ame on Stack Overflow See other posts from Stack Overflow or by ame
Published on 2010-04-21T12:09:36Z Indexed on 2010/04/21 12:13 UTC
Read the original article Hit count: 222

Filed under:
|
|
|

I am working with a WinCE device which has a radio manager driver written for it in MFC. In the code for the Radio GUI, I can see the function Deviceiocontrol with a specific IOCTL being called. However, I'm unable to trace the particular piece of code called by this function. Can someone tell me how Deviceiocontrol works?

© Stack Overflow or respective owner

Related posts about device-driver

Related posts about wince