windows.cfg: Added support for more interfaces
This commit is contained in:
parent
36fd8b418e
commit
8cf15bf541
|
@ -4579,6 +4579,17 @@ HFONT CreateFont(
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--BOOL WINAPI FlushConsoleInputBuffer(_In_ HANDLE hConsoleInput);-->
|
||||
<function name="FlushConsoleInputBuffer">
|
||||
<noreturn>true</noreturn>
|
||||
<returnValue type="BOOL"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--VOID WINAPI FreeLibraryAndExitThread(
|
||||
_In_ HMODULE hModule,
|
||||
_In_ DWORD dwExitCode);-->
|
||||
|
|
Loading…
Reference in New Issue