The DeviceIoControl function sends a control code directly to a specified device driver, causing the corresponding device to perform the specified operation.
也就是说,这个函数是对指定的设备驱动发送控制码,导致设备响应来完成指定的操作。
The DeviceIoControl function sends a control code directly to a specified device driver, causing the corresponding device to perform the specified operation.
也就是说,这个函数是对指定的设备驱动发送控制码,导致设备响应来完成指定的操作。
应用推荐