Process Manager services: Difference between revisions
No edit summary |
|||
Line 116: | Line 116: | ||
| 5 || [[#FinalizeDeadProcess]] | | 5 || [[#FinalizeDeadProcess]] | ||
|- | |- | ||
| 6 || [[# | | 6 || [[#ClearProcessNotificationFlag]] | ||
|- | |- | ||
| 7 || [[#NotifyBootFinished]] | | 7 || [[#NotifyBootFinished]] | ||
Line 131: | Line 131: | ||
Then it removes the process from PMs internal linked-list of active processes. | Then it removes the process from PMs internal linked-list of active processes. | ||
== | == ClearProcessNotificationFlag == | ||
Takes a pid as input. Clears 0x10 from process flags. | Takes a pid as input. Clears 0x10 from process flags. | ||