SGuidArray

The SGuidArray structure contains an array of GUID structures used to describe a property of type PT_MV_CLSID.

Quick Info

Header file: MAPIDEFS.H

typedef struct _SGuidArray 
{ 
     ULONG     cValues; 
     GUID      FAR *lpguid; 
} SGuidArray; 
 

Members

cValues
Count of values in the array pointed to by the lpguid member.
lpguid
Pointer to an array of GUID structures containing the class identifier values.

Remarks

For more information on PT_MV_CLSID, see List of Property Types.

See Also

GUID, SPropValue