Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |