Target Control Debugging: kp Command (Windows Embedded CE 6.0)
1/5/2010
This command ends a process.
Syntax
kp Pid | Pindex
Parameters
- Pid
Specifies which process to end. This value is the hexadecimal process identifier found in the hProcess column displayed by the gi command.
- Pindex
Specifies the leftmost numbers, from 1 to n, of the process index displayed in the gi proc command.
Remarks
There are two ways to enter the command:
- If you use a command prompt window, enter commands at the Windows Embedded CE prompt.
- If you use the Platform Builder IDE, from the Target menu choose CE Target Control to display the Target Control window. Enter commands in the Target Control window.
Example
The following command example shows the kp command that you must enter to end a process when hProcess is 2c57506a.
kp 0x2c57506a
See Also
Concepts
Target Control Debugging Commands
Debugging Resources Overview