UCOMIStream.Stat(STATSTG, Int32) Método

Definição

Recupera a STATSTG estrutura desse fluxo.

public:
 void Stat([Runtime::InteropServices::Out] System::Runtime::InteropServices::STATSTG % pstatstg, int grfStatFlag);
public void Stat(out System.Runtime.InteropServices.STATSTG pstatstg, int grfStatFlag);
abstract member Stat : STATSTG * int -> unit
Public Sub Stat (ByRef pstatstg As STATSTG, grfStatFlag As Integer)

Parâmetros

pstatstg
STATSTG

No retorno bem-sucedido, contém uma STATSTG estrutura que descreve esse objeto de fluxo.

grfStatFlag
Int32

Especifica alguns dos membros na STATSTG estrutura que esse método não retorna, salvando assim algumas operações de alocação de memória.

Comentários

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

Aplica-se a