Retrieves the error status, and message.
Syntax
ESS_FUNC_M EssDTAPIGetError (pDTAPIInst, ppData, pMsg, ulCount);
Parameter | Data Type | Description |
---|---|---|
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