ENTRYIDENTRYID*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ADRPARM
*Next Topic: ENTRYLIST

ENTRYID

typedef struct _ENTRYID
{
    BYTE    abFlags[4];
    BYTE    ab[MAPI_DIM];
} ENTRYID, FAR *LPENTRYID;

Contains the entry identifier information for a MAPI object.

abFlags
Bitmask of flags that provide information describing the object.
ab[MAPI_DIM]
Indicates an array of binary data used by service providers. Client applications cannot use this array.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.