Important:
This is retired content. 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 content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The SizedENTRYIDmacro creates a named ENTRYIDstructure that contains an ABmember of a specified size.

Syntax

SizedENTRYID (
_cb, 
_name)

Parameters

_cb

Count of bytes in the ABmember of the new structure.

_name

Name for the new structure.

Remarks

The SizedENTRYIDmacro provides a way to define an entry identifier after array length requirements are known. Use this macro to create an entry identifier with explicit bounds.

To use the new structure as a pointer to an ENTRYIDstructure, perform the following cast:

Copy Code
lpENTRYID = (LPENTRYID) &SizedENTRYID;

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

See Also

Reference

ENTRYID
MAPI Macros

Other Resources

Messaging