windows.cfg: Added support for more interfaces
This commit is contained in:
parent
14ff646c92
commit
36fd8b418e
|
@ -4615,11 +4615,52 @@ HFONT CreateFont(
|
|||
<valid>1:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!--BOOL WINAPI GetCurrentConsoleFontEx(
|
||||
_In_ HANDLE hConsoleOutput,
|
||||
_In_ BOOL bMaximumWindow,
|
||||
_Out_ PCONSOLE_FONT_INFOEX lpConsoleCurrentFontEx);-->
|
||||
<function name="GetCurrentConsoleFontEx">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="BOOL"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" direction="in">
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--BOOL WINAPI SetCurrentConsoleFontEx(
|
||||
_In_ HANDLE hConsoleOutput,
|
||||
_In_ BOOL bMaximumWindow,
|
||||
_In_ PCONSOLE_FONT_INFOEX lpConsoleCurrentFontEx);-->
|
||||
<function name="SetCurrentConsoleFontEx">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="BOOL"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--FARPROC WINAPI GetProcAddress(
|
||||
_In_ HMODULE hModule,
|
||||
_In_ LPCSTR lpProcName);-->
|
||||
<function name="GetProcAddress">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="FARPROC"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
|
|
Loading…
Reference in New Issue