SGuidArray
The SGuidArray
structure contains a property value of type PT_MV_CLSID for use in an SPropValue
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 SPropValue
Remarks
For more
information on PT_MV_CLSID, see List of Property Types
See Also