Share via


Handles CeDebugX Commands (Compact 2013)

3/26/2014

This topic covers CeDebugX commands dealing with handles. The following shows these commands.

Command

Description

Parameters

!handlelist <process>

Displays summary information about handles, or a specified process, in the system.

<process>

(optional)

Process context. This can be a process name, handle, or ID. The default setting displays handles in all processes.

!handle <h>

Displays detailed information about the object referred to by the specified handle.

<h>

Handle value. This can be obtained with the !handlelist command.

<process>

(optional)

Looks for handles in the process handle tables. This can be a process name, handle, or ID. See the !proclist command.

The default setting is the kernel process.

!h2p <handle> <process>

Displays the pointer value to the object referred to by the specified handle.

<handle>

Handle value.

<process>

(optional)

Looks for handles in the process handle tables. This can be a process name, handle, or ID. See the !proclist command.

The default setting is the kernel process.

!p2h<pointer> <process>

Displays handle information from a kernel object pointer.

<pointer>

Pointer value.

<process>

(optional)

Looks for handles in the process handle tables. This can be a process name, handle, or ID. See the !proclist command.

The default setting is the kernel process.

See Also

Reference

CeDebugX