IStream.Stat(STATSTG, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 STATSTG 此串流的結構。
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)
參數
- pstatstg
- STATSTG
當此方法回傳時,包含 STATSTG 一個描述該串流物件的結構。 這個參數會未初始化傳遞。
- grfStatFlag
- Int32
結構中 STATSTG 不會回傳的成員,因此可節省部分記憶體配置操作。
備註
欲了解更多資訊,請參閱 現有的 IStream::Stat 文件。