FBadEntryList

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.

Validates a list of MAPI entry identifiers.

Header file:

Mapival.h

Implemented by:

MAPI

Called by:

Service providers

BOOL FBadEntryList(
  LPENTRYLIST lpEntryList
);

Parameters

  • lpEntryList
    [in] Pointer to an ENTRYLIST structure that contains an array of entry identifiers to be validated.

Return Value

  • TRUE
    One or more of the listed entry identifiers are invalid.

  • FALSE
    All of the listed entry identifiers are valid.

Remarks

The FBadEntryList function determines if the entry identifier list has been correctly generated. An example of an invalid identifier is one for which memory has been incorrectly allocated or an identifier of an incorrect size.