DkmUserMessage.TimeStamp 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 optional timestamp value. Typically, obtained via QueryPerformanceCounter when the object is created. Note that if the object is created on the local side of the remoting layer, no timestamp will be available.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property System::UInt64 TimeStamp { System::UInt64 get(); };
public:
property unsigned long long TimeStamp { unsigned long long get(); };
public ulong TimeStamp { get; }
member this.TimeStamp : uint64
Public ReadOnly Property TimeStamp As ULong