IStream.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::ComTypes::STATSTG % pstatstg, int grfStatFlag);
public void Stat (out System.Runtime.InteropServices.ComTypes.STATSTG pstatstg, int grfStatFlag);
abstract member Stat : STATSTG * int -> unit
Public Sub Stat (ByRef pstatstg As STATSTG, grfStatFlag As Integer)
Paramètres
- pstatstg
- STATSTG
Lorsque cette méthode retourne une valeur, contient une structure STATSTG
qui décrit cet objet de flux. Ce paramètre est passé sans être initialisé.
- grfStatFlag
- Int32
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.