ENTRYID structure (wabdefs.h)

Do not use. Contains the entry identifier information for a MAPI object.

Syntax

typedef struct {
  BYTE abFlags[4];
  BYTE ab[MAPI_DIM];
} ENTRYID, *LPENTRYID;

Members

abFlags[4]

Type: BYTE[4]

Array of variables of type BYTE that specifies the bitmask of flags that provide information describing the object.

ab[MAPI_DIM]

Type: BYTE[MAPI_DIM]

Array of variables of type BYTE that specifies the binary data used by service providers. Client applications cannot use this array.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wabdefs.h