SBinaryArray
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains an array of binary values.
Header file: |
Mapidefs.h |
typedef struct _SBinaryArray
{
ULONG cValues;
SBinary FAR *lpbin;
} SBinaryArray;
Members
cValues
Count of values in the array pointed to by the lpbin member.lpbin
Pointer to an array of SBinary structures that holds the binary values.
Remarks
The SBinaryArray structure is used to describe properties of type PT_MV_BINARY.
For more information about PT_MV_BINARY, see List of Property Types.