EssDeleteDrillThruURL

Deletes a drill-through URL, with the given URL name, within the active database outline.

Syntax

ESS_FUNC_M EssDeleteDrillThruURL (hCtx, URLName);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle

URLName

ESS_STR_T

Drill-through URL name

Return Value

Access

Example

ESS_STS_T sts = ESS_STS_NOERR;

sts = EssDeleteDrillThruURL(hCtx, "Drill Through to EPMI");
printf("EssDeleteDrillThruURL sts: %ld\n",sts);