pythoncom.StgOpenStorageOnILockBytes
PyIStorage = StgOpenStorageOnILockBytes(lockBytes, stgPriority
, snbExclude
, reserved
)
Open an existing storage object that does not reside in
a disk file, but instead has an underlying PyILockBytes byte array provided by the caller.
Parameters
lockBytes : PyILockBytes
The PyILockBytes interface on the underlying byte
array object on which to open an existing storage object.stgPriority : PyIStorage
Usually None, or another parent storage.snbExclude=None : object
Not yet supported - must be None
reserved=0 : int
A reserved value