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.
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.
Show: