Share via


SGuidArray (Compact 7)

3/12/2014

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

Syntax

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

Members

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

Requirements

Header

mapidefs.h

See Also

Reference

MAPI Structures
GUID
SPropValue