SGuidArray
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
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
See Also
MAPI Structures | Messaging | GUID | SPropValue
Send Feedback on this topic to the authors