Source position: jwanative.pas line 328
type _PROCESSINFOCLASS = ( |
ProcessBasicInformation, |
ProcessQuotaLimits, |
ProcessIoCounters, |
ProcessVmCounters, |
ProcessTimes, |
ProcessBasePriority, |
ProcessRaisePriority, |
ProcessDebugPort, |
ProcessExceptionPort, |
ProcessAccessToken, |
ProcessLdtInformation, |
ProcessLdtSize, |
ProcessDefaultHardErrorMode, |
ProcessIoPortHandlers, |
ProcessPooledUsageAndLimits, |
ProcessWorkingSetWatch, |
ProcessUserModeIOPL, |
ProcessEnableAlignmentFaultFixup, |
ProcessPriorityClass, |
ProcessWx86Information, |
ProcessHandleCount, |
ProcessAffinityMask, |
ProcessPriorityBoost, |
ProcessDeviceMap, |
ProcessSessionInformation, |
ProcessForegroundInformation, |
ProcessWow64Information, |
ProcessImageFileName, |
ProcessLUIDDeviceMapsEnabled, |
ProcessBreakOnTermination, |
ProcessDebugObjectHandle, |
ProcessDebugFlags, |
ProcessHandleTracing, |
MaxProcessInfoClass |
); |