We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5af6c commit 8f4548dCopy full SHA for 8f4548d
lib/std/os/windows/ntdll.zig
@@ -84,7 +84,7 @@ pub const PROCESSINFOCLASS = enum(c_int) {
84
ProcessTokenVirtualizationEnabled,
85
ProcessConsoleHostProcess,
86
ProcessWindowInformation,
87
- MaxProcessInfoClass
+ MaxProcessInfoClass,
88
};
89
90
pub extern "ntdll" fn NtQueryInformationProcess(
0 commit comments