MQSORTSET

The MQSORTSET structure specifies the sort keys for a query.

typedef struct  tagMQSORTSET
{
    ULONG                cCol;
    MQSORTKEY  _RPC_FAR *aCol;
}   MQSORTSET;
 

Members

cCol
Number of sort keys used to sort the results of the query.
*aCol
An array of sort keys. Sort keys are used in the order they appear in the array. For more information on specifying a sort key, see MQSORTKEY.

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in mq.h.
  Import Library: Use mqrt.lib.
  Unicode: Defined only as Unicode.

See Also

MQLocateBegin, MQSORTKEY