The FLATENTRY structure is an ENTRYID structure plus a byte count that specifies the size of the ENTRYID structure.
Header file: | MAPIDEFS.H |
Related macros: | cbFLATENTRY CbNewFLATENTRY |
typedef struct
{
ULONG cb;
BYTE abEntry[MAPI_DIM];
} FLATENTRY, FAR *LPFLATENTRY;
A FLATENTRY structure is similar to an ENTRYID structure. However, there are some differences: