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 readingcb : int
Number of bytes to readComments
The result is a binary buffer returned in a string.