IStream.Stat(STATSTG, Int32) Metoda

Definice

STATSTG Načte 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

Pokud tato metoda vrátí, obsahuje STATSTG strukturu, která popisuje tento stream objektu. Tento parametr se předává neinicializovaný.

grfStatFlag
Int32

Členy ve STATSTG struktuře, kterou tato metoda nevrací, a tím šetří některé operace přidělení paměti.

Poznámky

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

Platí pro