DkmProcess.GetHandleCount Method

Definition

Obtains the number of active handles in the process.

public:
 System::UInt32 GetHandleCount();
public:
 unsigned int GetHandleCount();
unsigned int GetHandleCount();
public uint GetHandleCount ();
member this.GetHandleCount : unit -> uint32
Public Function GetHandleCount () As UInteger

Returns

[Out] The number of handles in the debuggee process.

Applies to