string = DeviceIoControl(hFile, dwIoControlCode
, data
, readSize
, ol
)
Call DeviceIoControl
Parameters
hFile : int
Handle to the filedwIoControlCode : int
IOControl Code to use.data : string
The data to write.readSize : int
Size of the buffer to create for the read.ol=None : PyOVERLAPPED
An overlapped structure