UCOMIStream.Stat(STATSTG, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère la structure STATSTG pour 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
Après appel réussi de la méthode, contient une structure STATSTG
décrivant cet objet de flux.
- grfStatFlag
- Int32
Spécifie quelques-uns des membres de la structure STATSTG
que cette méthode ne retourne pas, ce qui évite quelques opérations d'allocation de mémoire.
Remarques
Pour plus d’informations, consultez la documentation existante pour IStream::Stat
dans la bibliothèque MSDN.