win32file.ReadEncryptedFileRaw
ReadEncryptedFileRaw(ExportCallback, CallbackContext, Context)
Reads the encrypted bytes of a file for backup and restore purposes
Parameters
ExportCallback : ExportCallBack
Python function that receives chunks of data as it is readCallbackContext : object
Arbitrary Python object to be passed to callback functionContext : PyCObject
Context object returned from win32file::OpenEncryptedFileRawComments
Only available on Windows 2000 or later