UCOMIStream.Stat(STATSTG, Int32) Method

Definition

Retrieves the STATSTG structure for this stream.

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

Parameters

pstatstg
STATSTG

On successful return, contains a STATSTG structure which describes this stream object.

grfStatFlag
Int32

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

Remarks

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

Applies to