SBinaryArray
4/8/2010
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 |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |
See Also
Reference
MAPI Structures
SBinary
SPropValue