Target Control Debugging: kp Command (Windows CE 5.0)
This command ends a process.
kpPid | Pindex
Options
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 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
Debugging Resources Overview | Target Control Window
Send Feedback on this topic to the authors