DkmProcess.SetRunningTime(UInt64) 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.
Sets the running time counter to the specified value.
public:
void SetRunningTime(System::UInt64 RunningTime);
public:
void SetRunningTime(unsigned long long RunningTime);
void SetRunningTime(unsigned long RunningTime);
public void SetRunningTime (ulong RunningTime);
member this.SetRunningTime : uint64 -> unit
Public Sub SetRunningTime (RunningTime As ULong)
Parameters
- RunningTime
- UInt64
[In] The value to set the clock to.