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 read

CallbackContext : object

Arbitrary Python object to be passed to callback function

Context : PyCObject

Context object returned from win32file::OpenEncryptedFileRaw

Comments

Only available on Windows 2000 or later