IDkmProcessQueryOperation.GetHandleCount(DkmProcess) Method

Definition

Obtains the number of active handles in the process.

public:
 System::UInt32 GetHandleCount(Microsoft::VisualStudio::Debugger::DkmProcess ^ process);
public uint GetHandleCount (Microsoft.VisualStudio.Debugger.DkmProcess process);
abstract member GetHandleCount : Microsoft.VisualStudio.Debugger.DkmProcess -> uint32
Public Function GetHandleCount (process As DkmProcess) As UInteger

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 number of handles in the debuggee process.

Applies to