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 值之一。

适用于