หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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) |