win32file.OpenEncryptedFileRaw
PyCObject = OpenEncryptedFileRaw(FileName, Flags )
Initiates a backup or restore operation on an encrypted file
Parameters
Comments
Only available on Windows 2000 or later
Return Value
Returns a PyCObject containing an operation context that can be passed to win32file::ReadEncryptedFileRaw or win32file::WriteEncryptedFileRaw. Context must be destroyed using win32file::CloseEncryptedFileRaw.