Stat Method
Collapse the table of content
Expand the table of content

IStream.Stat Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Retrieves the STATSTG structure for this stream.

Namespace:  System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Sub Stat ( _
	<OutAttribute> ByRef pstatstg As STATSTG, _
	grfStatFlag As Integer _
)

Parameters

pstatstg
Type: System.Runtime.InteropServices.ComTypes.STATSTG %
When this method returns, contains a STATSTG structure that describes this stream object. This parameter is passed uninitialized.
grfStatFlag
Type: System.Int32
Members in the STATSTG structure that this method does not return, thus saving some memory allocation operations.

For more information, see the existing documentation for IStream::Stat in the MSDN Library.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft