GetStreamInfo.3 |
Scroll |
Gets information on a stream of the Thereforeā¢ compound file.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetStreamInfo ( _ nStreamNo As Integer, _ strOriginalName As String ) C# public virtual int GetStreamInfo ( int nStreamNo, out string strOriginalName )
Parameters nStreamNo The 0-based index of the stream.
[out] strOriginalName The Original file name of the stream.
Return Value None. |
|