(int,int) = BackupWrite(hFile, NumberOfBytesToWrite
, Buffer
, bAbort
, bProcessSecurity
, lpContext
)
Restores file data
Parameters
hFile : PyHANDLE
File handle opened by CreateFileNumberOfBytesToWrite : int
Length of data to be written to fileBuffer : string
A string or buffer object that contains the data to be writtenbAbort : int
If true, ends write operation and frees backup contextbProcessSecurity : int
Indicates whether ACL's should be restoredlpContext : int
Pass 0 on first call, then pass back value returned from last call thereafterComments
Returns number of bytes written and context pointer for next operation