SBinaryArray

Send Feedback

The SBinaryArray structure contains an array of binary values.

Syntax

struct { 
  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: 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 | SBinary | SPropValue

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.