EssOtlGetNumQueryHints

Returns the hint numbers of all query hints in the outline.

Syntax

ESS_FUNC_M EssOtlGetNumQueryHints (hOutline, pNumHints);
ParameterData TypeDescription

hOutline

ESS_HOUTLINE_T

Outline context handle (input).

pNumHints

ESS_PSHORT_T

Pointer to an array of query hint numbers (output).

Notes

Return Value

Returns 0 if successful.

Example

See EssOtlSetQueryHint.

See Also