Platform SDK: MAPI |
The SWStringArray structure contains an array of character strings used to describe a property of type PT_MV_UNICODE.
Header file: | MAPIDEFS.H |
typedef struct _SWStringArray { ULONG cValues; LPWSTR FAR *lppszW; } SWStringArray;
For more information on PT_MV_UNICODE, see List of Property Types.