EssDTAPIGetError

Retrieves the error status, and message.

Syntax

ESS_FUNC_M EssDTAPIGetError (pDTAPIInst, ppData, pMsg, ulCount);
ParameterData TypeDescription

pDTAPIInst;

ESS_DTAPIHINST_T

Initialized drill-through instance handle for the given range of data cells

ppData;

ESS_STS_T

Error status

pMsg;

ESS_PSTR_T

Error message

ulCount;

ESS_ULONG_T

Size of the error message buffer

See Also