EssDeleteLocationAlias
Deletes an existing location alias.
Syntax
ESS_FUNC_M EssDeleteLocationAlias (hCtx, pAlias);
Parameter | Data Type | Description |
---|
hCtx; | ESS_HCTX_T | API context handle |
pAlias; | ESS_STR_T | Location alias |
Return Value
Returns an error if a location alias with the name pAlias is not found.
See Also