DkmProcess.SetRunningTime(UInt64) Method

Definition

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.

Applies to