FILE_ATTRIBUTES_ARRAY-Struktur (shlobj_core.h)

Enthält die Formatdefinition für die Zwischenablage für CFSTR_FILE_ATTRIBUTES_ARRAY.

Syntax

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

Member

cItems

Typ: UINT

Die Anzahl der Elemente im rgdwFileAttributes-Array .

dwSumFileAttributes

Art: DWORD

Alle Attribute werden mithilfe von OR kombiniert.

dwProductFileAttributes

Art: DWORD

Alle Attribute werden mithilfe von AND kombiniert.

rgdwFileAttributes[1]

Typ: DWORD[1]

Ein Array von Dateiattributen.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows Vista [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2008 [nur Desktop-Apps]
Kopfzeile shlobj_core.h (shlobj.h einschließen)