IStream.Stat(STATSTG, Int32) Method

Definition

Retrieves the STATSTG structure for this stream.

public:
 void Stat([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::STATSTG % pstatstg, int grfStatFlag);
public void Stat (out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag);
abstract member Stat : STATSTG * int -> unit
Public Sub Stat (ByRef pstatstg As STATSTG, grfStatFlag As Integer)

Parameters

pstatstg
STATSTG

When this method returns, contains a STATSTG structure that describes this stream object. This parameter is passed uninitialized.

grfStatFlag
Int32

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

Remarks

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

Applies to