mirror of
https://github.com/decompals/wibo.git
synced 2025-12-18 01:15:37 +00:00
New handles, threading and processes subsystems
This commit is contained in:
@@ -88,7 +88,7 @@ BOOL WIN_FUNC TlsSetValue(DWORD dwTlsIndex, LPVOID lpTlsValue);
|
||||
HANDLE WIN_FUNC CreateThread(LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T dwStackSize,
|
||||
LPTHREAD_START_ROUTINE lpStartAddress, LPVOID lpParameter, DWORD dwCreationFlags,
|
||||
LPDWORD lpThreadId);
|
||||
void WIN_FUNC ExitThread(DWORD dwExitCode);
|
||||
[[noreturn]] void WIN_FUNC ExitThread(DWORD dwExitCode);
|
||||
BOOL WIN_FUNC GetExitCodeThread(HANDLE hThread, LPDWORD lpExitCode);
|
||||
BOOL WIN_FUNC SetThreadPriority(HANDLE hThread, int nPriority);
|
||||
int WIN_FUNC GetThreadPriority(HANDLE hThread);
|
||||
|
||||
Reference in New Issue
Block a user