The SizedENTRYID macro creates a named ENTRYID structure that contains an ab member of a specified size.
Header file: | MAPIDEFS.H |
Related structure: | ENTRYID |
SizedENTRYID (_cb, _name)
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 that results from the SizedENTRYID macro as a pointer to an ENTRYID structure, perform the following cast:
lpENTRYID = (LPENTRYID) &SizedENTRYID;