Share via


SBinaryArray

The SBinaryArray structure contains an array of binary values.

Syntax

typedef struct _SBinaryArray { 
  ULONG cValues; 
  SBinary FAR *lpbin; 
} SBinaryArray; 

Members

  • cValues
    Count of values in the array pointed to by lpbin.
  • lpbin
    Pointer to an array of SBinary structures holding the binary values.

Remarks

The SBinaryArray structure is used to describe properties of type PT_MV_BINARY.

Requirements

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

See Also

MAPI Structures

Messaging

SBinary

SPropValue

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.