win32file.WriteEncryptedFileRaw
WriteEncryptedFileRaw(ImportCallback, CallbackContext, Context)
Writes raw bytes to an encrypted file
Parameters
ImportCallback : ImportCallBack
Python function that supplies data to be writtenCallbackContext : object
Arbitrary Python object to be passed to callback functionContext : PyCObject
Context object returned from win32file::OpenEncryptedFileRawComments
Only available on Windows 2000 or later