FLATENTRY

The FLATENTRY structure is an ENTRYID structure plus a byte count that specifies the size of the ENTRYID structure.

Quick Info

Header file: MAPIDEFS.H
Related macros: cbFLATENTRY
CbNewFLATENTRY

typedef struct 
{ 
     ULONG  cb; 
     BYTE   abEntry[MAPI_DIM]; 
} FLATENTRY, FAR *LPFLATENTRY; 
 

Members

cb
Count of bytes in the abEntry member.
abEntry
The complete entry identifier, including the array of flags and binary data.

Remarks

A FLATENTRY structure is similar to an ENTRYID structure. However, there are some differences:

See Also

ID Structures, ENTRYID