共用方式為


UCOMIStream.Stat(STATSTG, Int32) 方法

定義

擷取此資料流的 STATSTG 結構。

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)

參數

pstatstg
STATSTG

在成功傳回時,含有描述這個資料流物件的 STATSTG 結構。

grfStatFlag
Int32

指定 STATSTG 結構中這個方法沒有傳回的某些成員,以節省一些記憶體配置作業。

備註

如需詳細資訊,請參閱 MSDN 文件庫中的現有檔 IStream::Stat

適用於