发送控制代码直接到指定的设备驱动程序,使相应的移动设备以执行相应的操作。
在应用程序中调用和驱动程序连接的设备I/O函数(DeviceIoControl),用控制命令PCITIO_IOCTL_xxxREAD调用驱动程序,驱动程序处理这种调用.
基于12个网页-相关网页
...加了韦根协议解析的设备驱动程序,应用程序只需要打开"WIG1:"设备,然后调用DeviceIoControl等待驱动程序返回(调用DeviceIoControl,应 用程序会挂起,不会占用CPU资源),当驱动程序接收到韦根数据后,会自动检查奇偶校验,然后由DeviceIoControl返回接收情况,可能返回...
基于1个网页-相关网页
API DeviceIoControl 帮忙转换为易语言
bp DeviceIOControl 对设备执行指定的亲作
PLFlash DeviceIOControl Service 摄像头
driver function DEVICEIOCONTROL details 说明驱动程序函数DEVICEIOCONTROL的详细说明
DeviceIoControl requires more parameters than ioctl does.
deviceiocontrol比ioctl需要更多的参数。
Unlike the corresponding system call DeviceIOControl, the input parameter list in ioctl is not fixed.
与对应的系统调用DeviceIOControl不同,ioctl的输入参数列表并不固定。
If the pointer for an overlapped operation is set to NULL, DeviceIoControl will work in a blocked (synchronous) way.
如果重叠操作的指针设为NULL,那么DeviceIoControl将以阻塞(同步)方式工作。
发送控制代码直接到指定的设备驱动程序,使相应的移动设备以执行相应的操作。
应用推荐