The SGuidArray structure contains an array of GUID structures used to describe a property of type PT_MV_CLSID.
Header file: | MAPIDEFS.H |
typedef struct _SGuidArray
{
ULONG cValues;
GUID FAR *lpguid;
} SGuidArray;
For more information on PT_MV_CLSID, see List of Property Types.