UCOMIStream.Stat(STATSTG, Int32) Método

Definição

Recupera a estrutura STATSTG para esse 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 estrutura STATSTG que descreve esse objeto de fluxo.

grfStatFlag
Int32

Especifica alguns dos 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 na biblioteca MSDN.

Aplica-se a