Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.CreateStream

TElCompoundFileStorageEntry     See also     


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


Creates a new stream entry.

Declaration

[C#]
    TElCompoundFileStreamEntry CreateStream(string StreamName);

[VB.NET]
    Function CreateStream(ByVal StreamName As String) As TElCompoundFileStreamEntry

[Pascal]
    function CreateStream(const StreamName : WideString) : TElCompoundFileStreamEntry;

[C++]
    TElCompoundFileStreamEntryHandle CreateStream(const sb_u16string &StreamName);
    TElCompoundFileStreamEntryHandle CreateStream(const std::wstring &StreamName);

[PHP]
    TElCompoundFileStreamEntry CreateStream(string $StreamName)

[Java]
    TElCompoundFileStreamEntry createStream(String StreamName);

Parameters

  • StreamName - name of the new entry

Return value

    Returns a reference to the newly created compound file stream entry.

Description

    Use this method to create a new compound file stream entry.

See also:     DeleteStream     GetStream    

Discuss this help topic in SecureBlackbox Forum