DkmTraceTimeContext.ApproximatePosition Property
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.
An approximation of this position relative to the beginning of the trace. In some cases the amount of trace time can change so the approximation cannot be assumed to be constant relative to the end point. This is used for display purposes only and shouldn't be used as an exact position in the trace.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).
public:
property double ApproximatePosition { double get(); };
public double ApproximatePosition { get; }
member this.ApproximatePosition : double
Public ReadOnly Property ApproximatePosition As Double