SGuidArray

The SGuidArray structure contains a property value of type PT_MV_CLSID for use in an SPropValue81C9._8 structure containing information about a multivalued property.

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 property values for use in the SPropValue81C9._8 structure.

 

Remarks

For more information on PT_MV_CLSID, see List of Property Types3.RB9H1.

See Also

GUID, SPropValue