Set the search order of the open attributes. The default is no search order. If the cwbDQ_SetKey API is called, the search order is changed to equal. Use this API to set it to something else. The search order is used when reading or peeking a keyed data queue to identify the relationship between the key of the record to retrieve and the key value specified on the cwbDQ_SetKey API. If the data queue order attribute is not CWBDQ_SEQ_KEYED, this property is ignored.
unsigned int CWB_ENTRY cwbDQ_SetSearchOrder( cwbDQ_Data data, unsigned short searchOrder);
The following list shows common return values.
None