Handles (Windows Embedded CE 6.0)
1/5/2010
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 <process> (optional) Looks for handles in the process handle tables. This can be a process name, handle, or ID. See the 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 The default setting is the kernel process. |