DkmProcess.GetEndingTimeContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.