Método UCOMIStream.Stat (STATSTG, Int32)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Recupera a estrutura STATSTG desse fluxo.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void Stat(
out STATSTG pstatstg,
int grfStatFlag
)
void Stat(
[OutAttribute] STATSTG% pstatstg,
int grfStatFlag
)
abstract Stat :
pstatstg:STATSTG byref *
grfStatFlag:int -> unit
Sub Stat (
<OutAttribute> ByRef pstatstg As STATSTG,
grfStatFlag As Integer
)
Parâmetros
pstatstg
Type: System.Runtime.InteropServices.STATSTGNo retorno bem-sucedido, contém uma estrutura STATSTG que descreve esse objeto de fluxo.
grfStatFlag
Type: System.Int32Especifica 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.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIStream
Namespace System.Runtime.InteropServices
Retornar ao início