Product Documentation

ActivePython 2.4 Documentation

win32file.DeviceIoControl

string = DeviceIoControl(hFile, dwIoControlCode , data , readSize , ol )

Call DeviceIoControl

Parameters

hFile : int

Handle to the file

dwIoControlCode : 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