EssGetStatBufSize

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

Syntax

ParameterData TypeDescription

hCtx;

ESS_HCTX_T

API context handle

pBufSize;

ESS_PULONG_T

Pointer to the size of the buffer needed for the character array that will hold the performance statistics tables

Notes

 

Return Value

 

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