Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStreamEntry.Stream

TElCompoundFileStreamEntry     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the stream which stores the compound file.

Declaration

[C#]
    TElCompoundFileVirtualStream Stream;

[VB.NET]
    Property Stream As TElCompoundFileVirtualStream

[Pascal]
    property Stream : TElCompoundFileVirtualStream;

[C++]
    TElCompoundFileVirtualStream* get_Stream();

[PHP]
    TElCompoundFileVirtualStream get_Stream()

[Java]
    TElCompoundFileVirtualStream getStream();

Description

    Use this read-only property to get the stream where the compound file is stored.

Discuss this help topic in SecureBlackbox Forum