Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Contains the clipboard format definition for CFSTR_FILE_ATTRIBUTES_ARRAY.
Syntax
typedef struct {
UINT cItems;
DWORD dwSumFileAttributes;
DWORD dwProductFileAttributes;
DWORD rgdwFileAttributes[1];
} FILE_ATTRIBUTES_ARRAY;
Members
cItems
Type: UINT
The number of items in the rgdwFileAttributes array.
dwSumFileAttributes
Type: DWORD
All of the attributes combined using OR.
dwProductFileAttributes
Type: DWORD
All of the attributes combined using AND.
rgdwFileAttributes[1]
Type: DWORD[1]
An array of file attributes.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | shlobj_core.h (include Shlobj.h) |