windows.cfg: Added support for TerminateThread()
This commit is contained in:
parent
bf951ea5e6
commit
a8a223ded2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue