FILEGROUPDESCRIPTORA structure (shlobj_core.h)

Defines the CF_FILEGROUPDESCRIPTOR clipboard format.

Syntax

typedef struct _FILEGROUPDESCRIPTORA {
  UINT            cItems;
  FILEDESCRIPTORA fgd[1];
} FILEGROUPDESCRIPTORA, *LPFILEGROUPDESCRIPTORA;

Members

cItems

Type: UINT

The number of elements in fgd.

fgd[1]

Type: FILEDESCRIPTOR[1]

An array of FILEDESCRIPTOR structures that contain the file information.

Remarks

Note

The shlobj_core.h header defines FILEGROUPDESCRIPTOR as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header shlobj_core.h