EssGetStatBufSize

Description

EssGetStatBufSize() returns a pointer to the size of the buffer needed for the performance statistics tables retrieved by EssDumpPerfStats().

Syntax

ESS_FUNC_M EssGetStatBufSize (hCtx, pBufSize);

ESS_HCTX_ThCtx;
ESS_PULONG_TpBufSize;

Parameters

hCtxEssbase API context handle
pBufSizePointer to the size of the buffer needed for the character array that will hold the performance statistics tables

Return Value

Notes

Access

The caller of this function must have supervisor access.

Example

For a code example that calls EssGetStatBufSize(), see the example in EssDumpPerfStats().

See Also

EssDumpPerfStats()
EssResetPerfStats()