LlPrintDbGetCurrentTableSortOrder

Syntax:

INT LlPrintDbGetCurrentTableSortOrder(HLLJOB hJob, LPTSTR pszSortOrderID, UINT nSortOrderIDLength);

Task:

This function returns the current table sort order to be printed. If multiple (stacked) sortings are supported (see LlDbAddTableEx()), a tab separated list is returned.

Parameter:

hJob: List & Label job handle

pszSortOrderID: Buffer in which the string is to be stored.

nSortOrderIDLength: Size of buffer.

Return Value:

Error code

Hints:

See the hints in chapter Printing Relational Data.

See chapter Important Remarks on the Function Parameters of DLLs concerning the buffer return value.

See also:

LlDbAddTable, LlDbAddTableRelation, LlDbAddTableSortOrder, LlPrintDbGet­Current­Table, LlPrintDbGetCurrentTableRelation