SizedENTRYID

4/8/2010

The SizedENTRYID macro creates a named ENTRYID structure that contains an AB member of a specified size.

Syntax

SizedENTRYID (_cb, _name)

Parameters

  • _cb
    Count of bytes in the AB member of the new structure.
  • _name
    Name for the new structure.

Remarks

The SizedENTRYID macro 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 ENTRYID structure, perform the following cast:

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