| ... | @@ -84,7 +84,7 @@ pub const PROCESSINFOCLASS = enum(c_int) { | ... | @@ -84,7 +84,7 @@ pub const PROCESSINFOCLASS = enum(c_int) { |
| 84 | ProcessTokenVirtualizationEnabled, | 84 | ProcessTokenVirtualizationEnabled, |
| 85 | ProcessConsoleHostProcess, | 85 | ProcessConsoleHostProcess, |
| 86 | ProcessWindowInformation, | 86 | ProcessWindowInformation, |
| 87 | MaxProcessInfoClass | 87 | MaxProcessInfoClass, |
| 88 | }; | 88 | }; |
| 89 | | 89 | |
| 90 | pub extern "ntdll" fn NtQueryInformationProcess( | 90 | pub extern "ntdll" fn NtQueryInformationProcess( |