DkmUserMessage.TimeStamp 属性

定义

可选的时间戳值。 通常,在创建对象时通过 QueryPerformanceCounter 获得。 请注意,如果在远程处理层的本地端创建了对象,则不会有时间戳。

此 API 是在 Visual Studio 14 RTM (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

属性值

UInt64

适用于