Unit 'JwaNative' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_SYSTEM_PROCESSES

Declaration

Source position: jwanative.pas line 906

type _SYSTEM_PROCESSES = record

  NextEntryDelta: ULONG;

  ThreadCount: ULONG;

  Reserved1: array [0..5] of ULONG;

  CreateTime: LARGE_INTEGER;

  UserTime: LARGE_INTEGER;

  KernelTime: LARGE_INTEGER;

  ProcessName: UNICODE_STRING;

  BasePriority: KPRIORITY;

  ProcessId: ULONG;

  InheritedFromProcessId: ULONG;

  HandleCount: ULONG;

  SessionId: ULONG;

  Reserved2: ULONG;

  VmCounters: VM_COUNTERS;

  PrivatePageCount: ULONG;

  IoCounters: IO_COUNTERSEX;

  Threads: array [0..0] of SYSTEM_THREADS;

end;


Documentation generated on: 2023-03-18