windows.cfg: Added support for TerminateThread()

This commit is contained in:
orbitcowboy 2020-12-14 08:26:25 +01:00
parent bf951ea5e6
commit a8a223ded2
1 changed files with 12 additions and 0 deletions

View File

@ -4964,6 +4964,18 @@ HFONT CreateFont(
<not-bool/>
</arg>
</function>
<!--BOOL TerminateThread(HANDLE hThread,DWORD dwExitCode);-->
<function name="TerminateThread">
<returnValue type="BOOL"/>
<noreturn>false</noreturn>
<arg nr="1" direction="inout">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
<!--HANDLE WINAPI CreateMutex(
_In_opt_ LPSECURITY_ATTRIBUTES lpMutexAttributes,
_In_ BOOL bInitialOwner,