IStream.Stat(STATSTG, Int32) Método

Definição

Recupera a estrutura STATSTG para esse fluxo.

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

Quando retorna, este método contém uma estrutura STATSTG que descreve este objeto de fluxo. Este parâmetro é passado não inicializado.

grfStatFlag
Int32

Membros da estrutura STATSTG que esse método não retorna, economizando operações de alocação de memória.

Comentários

Para obter mais informações, consulte a documentação existente para IStream::Stat.

Aplica-se a