Share via


IInteropStreamContract.Stat Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Retrieves the STATSTG structure for this stream.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Contract
Assembly:  Microsoft.VisualStudio.Tools.Applications.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Contract.v9.0.dll)

Syntax

'Declaration
Sub Stat ( _
    <OutAttribute> ByRef statStg As STATSTG, _
    flags As Integer _
)
'Usage
Dim instance As IInteropStreamContract 
Dim statStg As STATSTG 
Dim flags As Integer

instance.Stat(statStg, flags)
void Stat(
    out STATSTG statStg,
    int flags
)
void Stat(
    [OutAttribute] STATSTG% statStg, 
    int flags
)
function Stat(
    statStg : STATSTG, 
    flags : int
)

Parameters

  • flags
    Type: System.Int32

    Members in the STATSTG structure that this method does not return, thus saving some memory allocation operations.

Remarks

Delegates the call to the IStream.Stat method of the internal copy of the stream object.

See Also

Reference

IInteropStreamContract Interface

IInteropStreamContract Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace