FBadEntryList 

The FBadEntryList function validates a list of MAPI entry identifiers.

 

Note  This function may not be supported in future versions of MAPI.

 

Quick Info

Header file:

MAPIVAL.H

Implemented by:

MAPI

Called by:

Service providers

 

BOOL FBadEntryList(

    LPENTRYLIST lpEntryList

 

   );

 

 

Parameters

lpEntryList

[in] Pointer to an ENTRYLIST25LJIV5 structure defining the list of entry identifiers to be validated.

 

Return Values

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 entry identifier is an identifier for which memory has been incorrectly allocated or an identifier of an incorrect size.