mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
Adding Process.priority + fix in WMI raised exceptions + add x86.Iret
This commit is contained in:
@@ -110,6 +110,16 @@ BOOL WINAPI GetExitCodeProcess(
|
||||
__out LPDWORD lpExitCode
|
||||
);
|
||||
|
||||
|
||||
BOOL WINAPI SetPriorityClass(
|
||||
_In_ HANDLE hProcess,
|
||||
_In_ DWORD dwPriorityClass
|
||||
);
|
||||
|
||||
DWORD WINAPI GetPriorityClass(
|
||||
_In_ HANDLE hProcess
|
||||
);
|
||||
|
||||
LPVOID WINAPI VirtualAlloc(
|
||||
_In_opt_ LPVOID lpAddress,
|
||||
_In_ SIZE_T dwSize,
|
||||
|
||||
Reference in New Issue
Block a user