EssGetFilterRow

Description

EssGetFilterRow() gets the next row of a filter.

Syntax
ESS_FUNC_M EssGetFilterRow (hCtx, pRowString, pAccess);
ESS_HCTX_ThCtx
ESS_PSTR_TpRowString
ESS_PACCESS_TpAccess

Parameters

hCtxEssbase API context handle.
pRowStringAddress of pointer to receive the next row of the filter.
pAccessAddress of variable to receive the access level for the filter row. Possible values are listed in Bitmask Data Types.

Return Value

If successful, returns the next filter row (if any) in pRowString, and the row access level in pAccess.

Notes

Access

This function requires the caller to have database Design privilege (ESS_PRIV_DBDESIGN) for the specified database.

Example

See the example of EssGetFilter().

See Also

EssGetFilter()
EssListFilters()