ITraceEvent::GetEventRecord method (relogger.h)

The GetEventRecord method retrieves the event record that describes an event.

Syntax

HRESULT GetEventRecord(
  [out, retval] PEVENT_RECORD *EventRecord
);

Parameters

[out, retval] EventRecord

Type: PEVENT_RECORD*

The event record.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Event records describe the metadata associated with an event, such as time logged, length, and the event payload.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header relogger.h

See also

EVENT_RECORD

ITraceEvent