Condividi tramite


IStream.Stat(STATSTG, Int32) Metodo

Definizione

Recupera la struttura STATSTG per il flusso.

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)

Parametri

pstatstg
STATSTG

Quando termina, questo metodo contiene una struttura STATSTG che descrive l'oggetto flusso. Questo parametro viene passato non inizializzato.

grfStatFlag
Int32

Membri nella struttura STATSTG che non vengono restituiti da questo metodo, salvando in tal modo alcune operazioni di allocazione della memoria.

Commenti

Per altre informazioni, vedere la documentazione esistente per IStream::Stat.

Si applica a