SVC: Difference between revisions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
|- | |- | ||
| 0x6 | | 0x6 | ||
| GetProcessIdealProcessor | | GetProcessIdealProcessor(unsigned int *IdealProcessor, Handle KProcess) | ||
|- | |- | ||
| 0x7 | | 0x7 | ||
| SetProcessIdealProcessor | | SetProcessIdealProcessor(Handle KProcess, unsigned int IdealProcessor) | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| Line 131: | Line 131: | ||
|- | |- | ||
| 0x2B | | 0x2B | ||
| GetProcessInfo(unsigned long long *Output, Handle | | GetProcessInfo(unsigned long long *Output, Handle KProcess, unsigned int Type) | ||
|- | |- | ||
| 0x2C | | 0x2C | ||
| Line 155: | Line 155: | ||
|- | |- | ||
| 0x33 | | 0x33 | ||
| OpenProcess(Handle*, unsigned int ProcessId) | | OpenProcess(Handle *KProcess, unsigned int ProcessId) | ||
|- | |- | ||
| 0x34 | | 0x34 | ||
| Line 161: | Line 161: | ||
|- | |- | ||
| 0x35 | | 0x35 | ||
| GetProcessId(unsigned int *ProcessId, Handle | | GetProcessId(unsigned int *ProcessId, Handle KProcess) | ||
|- | |- | ||
| 0x36 | | 0x36 | ||
| Line 170: | Line 170: | ||
|- | |- | ||
| 0x38 | | 0x38 | ||
| GetResourceLimit(Handle*, Handle | | GetResourceLimit(Handle*, Handle KProcess) | ||
|- | |- | ||
| 0x39 | | 0x39 | ||