win32file.WriteEncryptedFileRaw

WriteEncryptedFileRaw(ImportCallback, CallbackContext, Context)

Writes raw bytes to an encrypted file

Parameters

ImportCallback : ImportCallBack

Python function that supplies data to be written

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