SBinaryArray structure (wabdefs.h)
Do not use. An array of entry identifiers representing MAPI objects. Uses the same implementation as SBinaryArray.
Syntax
typedef struct _SBinaryArray {
ULONG cValues;
SBinary *lpbin;
} SBinaryArray;
Members
cValues
Type: ULONG
Variable of type ULONG that specifies the number of entry identifiers.
lpbin
Type: SBinary*
Array of variables of type SBinary that specify the entry identifiers.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wabdefs.h |