Extend win32 types

This commit is contained in:
VladPavliuk
2025-01-03 18:52:39 +02:00
parent 7989d512a0
commit 36b5ca9176
2 changed files with 31 additions and 1 deletions
+4
View File
@@ -239,6 +239,10 @@ foreign kernel32 {
hThread: HANDLE,
lpContext: LPCONTEXT,
) -> BOOL ---
SetThreadContext :: proc(
hThread: HANDLE,
lpContext: LPCONTEXT,
) -> BOOL ---
CreateProcessW :: proc(
lpApplicationName: LPCWSTR,
lpCommandLine: LPWSTR,