win32file.AllocateReadBuffer

PyOVERLAPPEDReadBuffer = AllocateReadBuffer(bufSize)

Allocated a buffer which can be used with an overlapped Read operation using win32file::ReadFile

Parameters

bufSize : int

The size of the buffer to allocate.