We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf951ea commit a8a223dCopy full SHA for a8a223d
1 file changed
cfg/windows.cfg
@@ -4964,6 +4964,18 @@ HFONT CreateFont(
4964
<not-bool/>
4965
</arg>
4966
</function>
4967
+ <!--BOOL TerminateThread(HANDLE hThread,DWORD dwExitCode);-->
4968
+ <function name="TerminateThread">
4969
+ <returnValue type="BOOL"/>
4970
+ <noreturn>false</noreturn>
4971
+ <arg nr="1" direction="inout">
4972
+ <not-uninit/>
4973
+ <not-bool/>
4974
+ </arg>
4975
+ <arg nr="2" direction="in">
4976
4977
4978
+ </function>
4979
<!--HANDLE WINAPI CreateMutex(
4980
_In_opt_ LPSECURITY_ATTRIBUTES lpMutexAttributes,
4981
_In_ BOOL bInitialOwner,
0 commit comments