Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
4/8/2010
The SizedADRLIST macro defines an ADRLIST structure with the specified name containing a specified number of ADRENTRYstructures.
Syntax
SizedADRLIST (_centries, _name)
Parameters
- _name
Name for the new ADRLIST structure.
Remarks
The SizedADRLIST macro provides a way to define a recipient list with explicit bounds when array length requirements are known. The following code shows how to cast the result of the SizedADRLIST macro to an ADRLIST structure pointer:
lpADRList = (LPADRLIST) &SizedADRList;
Requirements
Header | mapidefs.h |
Library | cemapi.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |