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.

See Also

MQLocateBegin, MQSORTKEY


© 1997 by Microsoft Corporation. All rights reserved.