Share via


MLSortOrder (Compact 7)

3/12/2014

This structure specifies the sort order for a single property in the results returned from a query.

Syntax

typedef struct _MLSortOrder {
  BOOL descending;
  ULONG propertyId;
} MLSortOrder;

Members

  • descending
    If true, the sort order is descending; otherwise false.
  • propertyId
    ID for this property.

Remarks

This structure is set in the call to IMLSortOrderSet::Set and returned in the call to IMLSortOrder::GetAt to retrieve the sort order.

Requirements

Header

mlibdll.h,
mlibdll.idl

See Also

Reference

Media Library Structures