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>
|
<valid>1:</valid>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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(
|
<!--FARPROC WINAPI GetProcAddress(
|
||||||
_In_ HMODULE hModule,
|
_In_ HMODULE hModule,
|
||||||
_In_ LPCSTR lpProcName);-->
|
_In_ LPCSTR lpProcName);-->
|
||||||
<function name="GetProcAddress">
|
<function name="GetProcAddress">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="FARPROC"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
|
|
Loading…
Reference in New Issue