DkmProcess.GetEndingTimeContext Method

Definition

Gets the time context representing the ending position of the trace.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public:
 Microsoft::VisualStudio::Debugger::DkmTraceTimeContext ^ GetEndingTimeContext();
public Microsoft.VisualStudio.Debugger.DkmTraceTimeContext GetEndingTimeContext ();
member this.GetEndingTimeContext : unit -> Microsoft.VisualStudio.Debugger.DkmTraceTimeContext
Public Function GetEndingTimeContext () As DkmTraceTimeContext

Returns

[Out] The time context representing the ending position of the trace.

Applies to