FBadSortOrderSet
Applies to: Outlook 2013 | Outlook 2016
Validates a sort order set by verifying its memory allocation.
Key | Value |
---|---|
Header file: |
Mapival.h |
Implemented by: |
MAPI |
Called by: |
Service providers |
ULONG FBadSortOrderSet(
LPSSortOrderSet lpsos
);
Parameters
lpsos
[in] Pointer to an SSortOrderSet structure identifying the sort order set to be validated.
Return value
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::SortTable method.