Contents Index Topic Contents | ||
Previous Topic: IABTable::QueryRows Next Topic: IABTable::Restrict |
IABTable::QuerySortOrder
HRESULT QuerySortOrder( LPSSortOrderSet FAR * lppSortCriteria );Retrieves the current sort order for the table.
- Returns one of the following values:
S_OK The current sort order was successfully returned. MAPI_E_BUSY Another operation is in progress that prevents the sort order retrieval operation from starting. Either the operation in progress should be allowed to complete, or it should be stopped.
- lppSortCriteria
- Address of the SSortOrderSet structure holding the current sort order.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.