SizedENTRYID
The SizedENTRYID
macro creates a structure type definition identical to that of ENTRYID
Quick Info
Header
file: |
MAPIDEFS.H |
Related
structure: |
ENTRYID |
SizedENTRYID
(int _cb, _name)
Parameters
_cb
Count of
bytes used for the entry identifier.
_name
A suffix to
be appended to the tag and name of the structure type.
Remarks
The structure
type is defined with the tag _ENTRYID_ _name and type name _name.
The
SizedENTRYID macro provides a way to define an entry identifier
after array length requirements are known.
To use a
sized recipient list pointer such as lpSizedENTRYID in any function call
or structure that expects an LPENTRYID pointer, perform the following
cast:
lpENTRYID = (LPENTRYID) lpSizedENTRYID