STATSTG 結構

定義

警告

Use System.Runtime.InteropServices.ComTypes.STATSTG instead. http://go.microsoft.com/fwlink/?linkid=14202

請改用 STATSTG

public value class STATSTG
[System.Runtime.InteropServices.ComVisible(false)]
public struct STATSTG
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.STATSTG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct STATSTG
[<System.Runtime.InteropServices.ComVisible(false)>]
type STATSTG = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.STATSTG instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type STATSTG = struct
Public Structure STATSTG
繼承
STATSTG
屬性

欄位

atime
已淘汰.

指示這個儲存區、資料流或位元組陣列的上一次存取時間。

cbSize
已淘汰.

指定資料流或位元組陣列的大小,以位元組為單位。

clsid
已淘汰.

指示儲存物件 (Storage Object) 的類別識別項 (Class Identifier)。

ctime
已淘汰.

指示這個儲存區、資料流或位元組陣列的建立時間。

grfLocksSupported
已淘汰.

指示資料流或位元組陣列所支援之區域鎖定的型別。

grfMode
已淘汰.

指示當物件開啟時所指定的存取模式。

grfStateBits
已淘汰.

指示儲存物件的目前狀態位元 (IStorage::SetStateBits 方法最近設定的值)。

mtime
已淘汰.

指示這個儲存區、資料流或位元組陣列的上一次修改時間。

pwcsName
已淘汰.

以 Null 結束的字串指標,此字串含有這個結構所描述之物件的名稱。

reserved
已淘汰.

保留供未來使用。

type
已淘汰.

指示儲存物件的型別,它是來自 STGTY 列舉型別的其中一個值。

適用於