SysDestroyProcess
- Function
- August 22, 2025
Table of Contents
SysDestroyProcess
SysDestroyProcess
Description
Clean up process information and free resources. Process must be completed or terminated before calling this.
Parameters
Name | Direction | Description |
---|---|---|
proc_info | in | Process information object to clean up. |
Success
Resources freed.
Failure
Function cannot fail - safe to call with NULL.
Usage example (Cross-references)
- In
Sys.c:753
:
}
void SysDestroyProcess(SysProcInfo* proc_info) {
if (!proc_info) {
return;