PyILockBytes.ReadAt

string = ReadAt(ulOffset, cb )

Reads a specified number of bytes starting at a specified offset from the beginning of the byte array object.

Parameters

ulOffset : ULARGE_INTEGER

Offset to start reading

cb : int

Number of bytes to read

Comments

The result is a binary buffer returned in a string.