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
已过时.

指示存储对象的类标识符。

ctime
已过时.

指示此存储、流或字节数组的创建时间。

grfLocksSupported
已过时.

指示受该流或字节数组支持的区域锁定的类型。

grfMode
已过时.

指示打开对象时指定的访问模式。

grfStateBits
已过时.

指示存储对象的当前状态位(最近由 IStorage::SetStateBits 方法设置的值)。

mtime
已过时.

指示此存储、流或字节数组的上次修改时间。

pwcsName
已过时.

指向以 NULL 结尾的字符串的指针,该字符串包含此结构所描述的对象名称。

reserved
已过时.

留待将来使用。

type
已过时.

指示存储对象的类型,该类型为 STGTY 枚举中的某个值。

适用于