ENTRYLIST Structure
Do not use. An array of entry identifiers representing MAPI objects. Uses the same implementation as SBinaryArray.
Syntax
typedef struct _ENTRYLIST {
ULONG cValues;
SBinary *lpbin;
} ENTRYLIST, *LPENTRYLIST;
Members
- cValues
- ULONG
Variable of type ULONG that specifies the number of entry identifiers.
- lpbin
- SBinary
Array of variables of type SBinary that specify the entry identifiers.
Requirements
Minimum supported client | Windows 2000 Professional |
|---|---|
Minimum supported server | Windows 2000 Server |
Product | Internet Explorer 4.0 |
Header | Wabdefs.h |
DLL | Wab32.dll |
Send comments about this topic to Microsoft
Build date: 6/30/2010
Community Additions
ADD
Show: