FBadSortOrderSet
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Validates a sort order set by verifying its memory allocation.
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.