IDkmProcessQueryOperation.SetRunningTime(DkmProcess, 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(Microsoft::VisualStudio::Debugger::DkmProcess ^ process, System::UInt64 runningTime);
public void SetRunningTime (Microsoft.VisualStudio.Debugger.DkmProcess process, ulong runningTime);
abstract member SetRunningTime : Microsoft.VisualStudio.Debugger.DkmProcess * uint64 -> unit
Public Sub SetRunningTime (process As DkmProcess, runningTime As ULong)
Parameters
- process
- DkmProcess
[In] DkmProcess represents a target process which is being debugged. The debugger debugs processes, so this is the basic unit of debugging. A DkmProcess can represent a system process or a virtual process such as minidumps.
- runningTime
- UInt64
[In] The value to set the clock to.