UCOMIStream.Stat(STATSTG, Int32) Méthode

Définition

Récupère la STATSTG structure de ce flux.

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)

Paramètres

pstatstg
STATSTG

En cas de retour réussi, contient une STATSTG structure qui décrit cet objet de flux.

grfStatFlag
Int32

Spécifie certains des membres de la STATSTG structure que cette méthode ne retourne pas, ce qui permet d’économiser certaines opérations d’allocation de mémoire.

Remarques

Pour plus d’informations, consultez la documentation existante de IStream::Stat la bibliothèque MSDN.

S’applique à