FBadSortOrderSet

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 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.