HrTraceGetEntryListSize

The HrTraceGetEntryListSize function obtains the size, in bytes, of the trace information.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrTraceGetEntryListSize(
  LPTRACEINFO lpTraceInfo,  
  ULONG * lpcbTraceInfo  
);
 

Parameters

lpTraceInfo
Input parameter. Points to a TRACEINFO structure containing trace information.
lpcbTraceInfo
Output parameter. Number of bytes in trace information.

Return Values

See Return Values.

Remarks

For more information on this function, see Gateway Trace Information.

See Also

HrTraceAppendEntryList, HrTraceCreateEntryList, HrTraceGetEntryList, HrTraceSetEntryList