DkmProcess.GetHandleCount 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.
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.