int = WriteAt(ulOffset, data
)
Writes the specified number of bytes starting at a specified offset from the
beginning of the byte array.
Parameters
ulOffset : ULARGE_INTEGER
Offset to write at.data : string
Data to writeReturn Value
The result is the number of bytes actually written.