阅读:1173回复:1
SHELL_PostMessage函数参数的困惑?
小弟现在正在做一个can卡的VXD中断,但是不知道在VXD 产生中断后如何,设置SHEL_PostMessage函数中的参数(应用程序的窗口hwnd,自定义消息如何用OnW32DeviceIoControl 的到啊)。能否具体的说明如何的到这些参数,是否是用DeviceIoControl()函数,怎么使用啊?谢谢了
|
|
沙发#
发布于:2003-05-21 17:50
app call DeviceIoControl
then vxd\'s OnWin32DeviceIoControl will be called then vxd can get the hwnd and message id |
|