FILE_ATTRIBUTES_ARRAY结构 (shlobj_core.h)

包含CFSTR_FILE_ATTRIBUTES_ARRAY的剪贴板格式定义。

语法

typedef struct {
  UINT  cItems;
  DWORD dwSumFileAttributes;
  DWORD dwProductFileAttributes;
  DWORD rgdwFileAttributes[1];
} FILE_ATTRIBUTES_ARRAY;

成员

cItems

类型: UINT

rgdwFileAttributes 数组中的项数。

dwSumFileAttributes

类型:DWORD

使用 OR 组合的所有属性。

dwProductFileAttributes

类型:DWORD

使用 AND 组合的所有属性。

rgdwFileAttributes[1]

类型: DWORD[1]

文件属性的数组。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
标头 shlobj_core.h (包括 Shlobj.h)