Difference between revisions of "Process Manager Services"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
|- | |- | ||
| 0x0003.... | | 0x0003.... | ||
− | | | + | | Terminates processes. |
|- | |- | ||
| 0x0004.... | | 0x0004.... | ||
Line 28: | Line 28: | ||
| 0x0008.... | | 0x0008.... | ||
| [[PMApp:GetTitleProgramID|GetTitleProgramID]] | | [[PMApp:GetTitleProgramID|GetTitleProgramID]] | ||
+ | |- | ||
+ | | 0x0009.... | ||
+ | | | ||
|} | |} | ||
Revision as of 08:05, 12 December 2012
Process Manager app port "pm:app"
Command Header | Description |
---|---|
0x0001.... | LaunchTitle |
0x0002.... | |
0x0003.... | Terminates processes. |
0x0004.... | TerminateProcessTID |
0x0005.... | Mostly the same as TerminateProcessTID, except this uses an unknown process field instead of the TID. |
0x0006.... | Initialize |
0x0007.... | |
0x0008.... | GetTitleProgramID |
0x0009.... |
Process Manager debug port "pm:dbg"
Command Header | Description |
---|---|
0x0001.... | LaunchTitleDebug |
0x0002.... | LaunchTitle |