IDkmProcessQueryOperation Interface

Definition

Queries state about the debuggee process.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, TransportKind.

public interface class IDkmProcessQueryOperation
public interface class IDkmProcessQueryOperation
__interface IDkmProcessQueryOperation
public interface IDkmProcessQueryOperation
type IDkmProcessQueryOperation = interface
Public Interface IDkmProcessQueryOperation

Methods

GetHandleCount(DkmProcess)

Obtains the number of active handles in the process.

GetRunningTime(DkmProcess)

Obtains the number of clock cycles that the debuggee has been running since ResetRunningTime() was last called.

SetRunningTime(DkmProcess, UInt64)

Sets the running time counter to the specified value.

Applies to