PyIStorage = StgOpenStorageEx(Name, Mode
, stgfmt
, Attrs
, riid
, StgOptions
)
Advanced version of StgOpenStorage, win2k or better
Parameters
Name : string
Name of the stream or file to openMode : int
Access mode, combination of storagecon.STGM_* flagsstgfmt : int
Storage format (STGFMT_STORAGE,STGFMT_FILE,STGFMT_ANY, or STGFMT_DOCFILE)Attrs : int
File flags and attributes, only used with STGFMT_DOCFILEriid : PyIID
Interface id to return, IStorage or IPropertySetStorageStgOptions=None : dict
Dictionary representing STGOPTIONS struct (only used with
STGFMT_DOCFILE)
Comments
Requires Win2k or later
Accepts keyword args