![]() | ![]() | ![]() |
| ||
|
FILEGROUPDESCRIPTOR
Defines the CF_FILEGROUPDESCRIPTOR clipboard format.
Syntax
typedef struct _FILEGROUPDESCRIPTOR { UINT cItems; FILEDESCRIPTOR fgd[1]; } FILEGROUPDESCRIPTOR, * LPFILEGROUPDESCRIPTOR;Members
- cItems
- Number of elements in fgd.
- fgd
- Array of FILEDESCRIPTOR structures that contain the file information.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.