IStream.Stat(STATSTG, Int32) Método

Definición

Recupera la estructura de STATSTG para este flujo.

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)

Parámetros

pstatstg
STATSTG

El resultado que devuelve este método contiene una estructura STATSTG que describe este objeto de secuencia. Este parámetro se pasa sin inicializar.

grfStatFlag
Int32

Miembros de la estructura STATSTG que no devuelve este método, de modo que se ahorran algunas operaciones de asignación de memoria.

Comentarios

Para obtener más información, consulte la documentación existente de IStream::Stat.

Se aplica a