SysDestroyProcess
SysDestroyProcess Description Clean up process information and free resources. Process must be completed or terminated before calling this.
Read MoreSysGetCurrentProcessId
SysGetCurrentProcessId Description Platform independent method to get current process Id.
Read MoreSysGetDirContents
SysGetDirContents Description Read directory contents into a vector. Current contents of the vector will be cleared out.
Read MoreSysGetProcessExitCode
SysGetProcessExitCode Description Get the exit code of a completed process.
Read MoreSysMutexDestroy
SysMutexDestroy Description Destroy the provided mutex object. Once a mutex is destroyed, all resources held by it will be freed. Using it after this cal is UB.
Read MoreSysSetAbortCallback
SysSetAbortCallback Description Set a custom callback function for SysAbort. If no callback is set, SysAbort will call the standard abort() function.
Read MoreSysWaitForProcess
SysWaitForProcess Description Wait for a process to complete with optional timeout.
Read More