FILE_ATTRIBUTES_ARRAY structure (shlobj_core.h)
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) |