Share via


SBinaryArray (Compact 7)

3/12/2014

The SBinaryArray structure contains an array of binary properties (SBinary structures).

Syntax

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

Members

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

Remarks

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

Requirements

Header

mapidefs.h

See Also

Reference

MAPI Structures
SBinary
SPropValue