Skip to content

Commit 7f862ed

Browse files
committed
fmt: lib/std/os/windows/ntdll.zig
1 parent 2f5af6c commit 7f862ed

File tree

1 file changed

+1
-54
lines changed

1 file changed

+1
-54
lines changed

lib/std/os/windows/ntdll.zig

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -32,60 +32,7 @@ const RUNTIME_FUNCTION = windows.RUNTIME_FUNCTION;
3232
const KNONVOLATILE_CONTEXT_POINTERS = windows.KNONVOLATILE_CONTEXT_POINTERS;
3333
const EXCEPTION_ROUTINE = windows.EXCEPTION_ROUTINE;
3434

35-
pub const PROCESSINFOCLASS = enum(c_int) {
36-
ProcessBasicInformation,
37-
ProcessQuotaLimits,
38-
ProcessIoCounters,
39-
ProcessVmCounters,
40-
ProcessTimes,
41-
ProcessBasePriority,
42-
ProcessRaisePriority,
43-
ProcessDebugPort,
44-
ProcessExceptionPort,
45-
ProcessAccessToken,
46-
ProcessLdtInformation,
47-
ProcessLdtSize,
48-
ProcessDefaultHardErrorMode,
49-
ProcessIoPortHandlers,
50-
ProcessPooledUsageAndLimits,
51-
ProcessWorkingSetWatch,
52-
ProcessUserModeIOPL,
53-
ProcessEnableAlignmentFaultFixup,
54-
ProcessPriorityClass,
55-
ProcessWx86Information,
56-
ProcessHandleCount,
57-
ProcessAffinityMask,
58-
ProcessPriorityBoost,
59-
ProcessDeviceMap,
60-
ProcessSessionInformation,
61-
ProcessForegroundInformation,
62-
ProcessWow64Information,
63-
ProcessImageFileName,
64-
ProcessLUIDDeviceMapsEnabled,
65-
ProcessBreakOnTermination,
66-
ProcessDebugObjectHandle,
67-
ProcessDebugFlags,
68-
ProcessHandleTracing,
69-
ProcessIoPriority,
70-
ProcessExecuteFlags,
71-
ProcessTlsInformation,
72-
ProcessCookie,
73-
ProcessImageInformation,
74-
ProcessCycleTime,
75-
ProcessPagePriority,
76-
ProcessInstrumentationCallback,
77-
ProcessThreadStackAllocation,
78-
ProcessWorkingSetWatchEx,
79-
ProcessImageFileNameWin32,
80-
ProcessImageFileMapping,
81-
ProcessAffinityUpdateMode,
82-
ProcessMemoryAllocationMode,
83-
ProcessGroupInformation,
84-
ProcessTokenVirtualizationEnabled,
85-
ProcessConsoleHostProcess,
86-
ProcessWindowInformation,
87-
MaxProcessInfoClass
88-
};
35+
pub const PROCESSINFOCLASS = enum(c_int) { 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, ProcessIoPriority, ProcessExecuteFlags, ProcessTlsInformation, ProcessCookie, ProcessImageInformation, ProcessCycleTime, ProcessPagePriority, ProcessInstrumentationCallback, ProcessThreadStackAllocation, ProcessWorkingSetWatchEx, ProcessImageFileNameWin32, ProcessImageFileMapping, ProcessAffinityUpdateMode, ProcessMemoryAllocationMode, ProcessGroupInformation, ProcessTokenVirtualizationEnabled, ProcessConsoleHostProcess, ProcessWindowInformation, MaxProcessInfoClass };
8936

9037
pub extern "ntdll" fn NtQueryInformationProcess(
9138
ProcessHandle: HANDLE,

0 commit comments

Comments
 (0)