Share via


IStream.Stat(STATSTG, Int32) Méthode

Définition

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.

S’applique à