IDkmTimeTravellingMonitor.GetProcessExecuteDirection(DkmProcess) 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.
Gets a value indicating whether the process is running in the forward or reverse direction. This method is only implemented for time travelling processes.
public:
Microsoft::VisualStudio::Debugger::DkmProcessExecuteDirection GetProcessExecuteDirection(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public Microsoft.VisualStudio.Debugger.DkmProcessExecuteDirection GetProcessExecuteDirection (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member GetProcessExecuteDirection : Microsoft.VisualStudio.Debugger.DkmProcess -> Microsoft.VisualStudio.Debugger.DkmProcessExecuteDirection
Public Function GetProcessExecuteDirection (process As DkmProcess) As DkmProcessExecuteDirection
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.
Returns
[Out] The current execution direction.