Share via


SLongArray

The SLongArray structure contains an array of values used to describe a property of type PT_MV_LONG.

Syntax

typedef struct _SLongArray { 
  ULONG cValues; 
  LONG FAR *lpl; 
} SLongArray; 

Members

  • cValues
    Count of values in the array pointed to by lpl.
  • lpl
    Pointer to an array of LONG values.

Requirements

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

See Also

MAPI Structures

Messaging

SPropValue

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.