Share via


SWStringArray

The SWStringArray structure contains an array of character strings used to describe a property of type PT_MV_UNICODE.

Syntax

typedef struct _SWStringArray { 
  ULONG cValues; 
  LPWSTR FAR *lppszW; 
} SWStringArray; 

Members

  • cValues
    Count of strings in the array pointed to by lppszW.
  • lppszW
    Pointer to an array of null-terminated Unicode character strings.

Requirements

Pocket PC: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h

See Also

MAPI Structures

Messaging

SPropValue

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.