Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 671 Bytes

PyIInitializeWithStream.md

File metadata and controls

28 lines (14 loc) · 671 Bytes

PyIInitializeWithStream

PyIInitializeWithStream Object

Interface that initializes a handler capable of reading properties from a stream

Methods

  • Initialize

    Initializes a property handler with a stream 

Initialize(Stream, Mode) Initializes a property handler with a stream

Parameters

  • Stream : PyIStream

    Stream containing the contents from which to extract properties

  • Mode : int

    Indicates if stream is writable, STGM_READ or STGM_READWRITE