SGuidArray

4/8/2010

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
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Reference

MAPI Structures
GUID
SPropValue

Other Resources

Messaging