This topic has not yet been rated - Rate this topic

FLATENTRY

Published: July 16, 2012

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;

cb

Count of bytes in the abEntry member.

abEntry

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

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.