FBadSortOrderSet 

The FBadSortOrderSet function validates a sort order set by verifying its memory allocation.

 

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

 

ULONG FBadSortOrderSet(

    LPSSortOrderSet lpsos

 

   );

 

 

Parameter

lpsos

[in] Pointer to an SSortOrderSet4J.5_V4 structure identifying the sort order set to be validated.

 

Return Values

TRUE

The specified sort order set is invalid.

FALSE

The specified sort order set is valid.

 

Remarks

The FBadSortOrderSet function can be used to prepare for a call to a sort method such as the IMAPITable::SortTableT4L8IE method.