开发者

Passing data between driver and Windows service

What is the c开发者_StackOverflowleanest way to pass data from device driver to windows service and back?


This is normally achieved using Device Input and Output Control (IOCTL).

You can define your own private control code and then send information in both directions. The function is called from user mode, i.e. the service in your case.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜