Deletes a real-time process.
NTXSTATUS ntxDeleteRtProcess( NTXHANDLE hProcess );
hProcess
Attempts to delete a process indicated by the handle value, and all of the process' threads and objects.
During deletion:
Borrowed resources return to the process's parent.
Interrupt levels associated with interrupt threads owned by the process are reset. Levels without associated interrupt threads are not reset.
Note that this call only attempts to delete the system objects. The deleted process will not be signaled so it can perform any clean up operations. Any RSLs linked to the process will not be signaled.
Note that this call will fail if the process contains a thread which currently holds a region.
E_OK
FALSE
E_OK 0x0000
E_EXIST
E_TIME
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.1 | ntx.h | ntx.h | ntx.lib, ntxext.lib |