FILEGROUPDESCRIPTORW structure (shlobj_core.h)
Defines the CF_FILEGROUPDESCRIPTOR clipboard format.
typedef struct _FILEGROUPDESCRIPTORW {
UINT cItems;
FILEDESCRIPTORW fgd[1];
} FILEGROUPDESCRIPTORW, *LPFILEGROUPDESCRIPTORW;
cItems
Type: UINT
The number of elements in fgd.
fgd[1]
Type: FILEDESCRIPTOR[1]
An array of FILEDESCRIPTOR structures that contain the file information.
ملاحظة
The shlobj_core.h header defines FILEGROUPDESCRIPTOR as an alias that 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 is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | shlobj_core.h |