SizedADRLIST
The SizedADRLIST
macro defines a structure with the specified name that contains the specified
number of ADRENTRY structures.
Quick Info
Header
file: |
MAPIDEFS.H |
Related
structure: |
ADRLIST |
SizedADRLIST
(int _centries, _name)
Parameters
_centries
Count of ADRENTRY
structures. The structure type is defined with the tag _ADRLIST_ _name
and type name _name.
Remarks
The SizedADRLIST
macro provides a way to define a recipient list with explicit bounds when
array length requirements are known.
To use a
sized recipient list pointer lpSizedADRList in any function call or
structure that expects an LPADRLIST pointer, perform the following cast:
lpADRList = (LPADRLIST) & SizedADRList;