FLATENTRY

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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;

Members

  • cb
    Count of bytes in the abEntry member.

  • abEntry
    The complete entry identifier that includes the array of flags and binary data.

Remarks

A FLATENTRY structure resembles an ENTRYID structure. However, there are some differences:

See Also

Reference

ENTRYID

Concepts

MAPI Structures