IStream.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::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 est retournée, contient une STATSTG structure qui décrit cet objet de flux. Ce paramètre est passé non initialisé.

grfStatFlag
Int32

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 pour IStream ::Stat.

S’applique à