IStream.Stat(STATSTG, Int32) Metoda

Definice

Načte STATSTG strukturu pro tento datový proud.

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)

Parametry

pstatstg
STATSTG

Když tato metoda vrátí, obsahuje STATSTG strukturu, která popisuje tento objekt streamu. Tento parametr se předává neinicializovaný.

grfStatFlag
Int32

Členové ve STATSTG struktuře, které tato metoda nevrací, což šetří některé operace přidělení paměti.

Poznámky

Další informace najdete v existující dokumentaci k IStream::Stat.

Platí pro