Contains information about the processes.
#include <monitor.h>
struct os_info
{
int AbendedProcessCount;
int CurrentServerProcesses;
uint32_t reserved[62];
};
Indicates the number of processes that have abnormally ended since the server started.
Indicates the number of server processes currently running.
Reserved for future use.