FLATENTRY

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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