EssGetLocationAliasList

Description

EssGetLocationAliasList() returns a list of all currently-defined location aliases, together with lists of the host names, application names, database names and user names to which the location aliases are mapped.

Syntax

ESS_FUNC_M EssGetLocationAliasList (hCtx, pusListCnt, ppAliasNames, ppHostNames, ppAppNames, ppDbNames, ppUserNames);

ESS_HCTX_ThCtx;
ESS_PUSHORT_TpusListCnt;
ESS_PSTR_T *ppAliasNames;
ESS_PSTR_T *ppHostNames;
ESS_PSTR_T *ppAppNames;
ESS_PSTR_T *ppDbNames;
ESS_PSTR_T *ppUserNames;

Parameters

hCtxEssbase API context handle
pusListCntNumber of location aliases returned
ppAliasNamesLocation alias name buffer
ppHostNamesHost name buffer
ppAppNamesApplication name buffer
ppDbNamesDatabase name buffer
ppUserNamesUser login name buffer

Return Value

Notes

Access

Example




See Also

EssCreateLocationAlias()
EssDeleteLocationAlias()