SizedENTRYID

The SizedENTRYID macro creates a structure type definition identical to that of ENTRYID1.WJMCX but containing an ab member that is a sized array. Use this macro to create an entry identifier array with explicit bounds.

Quick Info

Header file:

MAPIDEFS.H

Related structure:

ENTRYID1.WJMCX

 

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