windows.cfg: Added support for FormatMessage,FormatMessageA,FormatMessageW functions

This commit is contained in:
orbitcowboy 2021-03-02 12:46:26 +01:00
parent 2a40ce6430
commit 438584a49e
1 changed files with 29 additions and 0 deletions

View File

@ -6043,6 +6043,35 @@ HFONT CreateFont(
<not-bool/> <not-bool/>
</arg> </arg>
</function> </function>
<!-- DWORD FormatMessage(
DWORD dwFlags,
LPCVOID lpSource,
DWORD dwMessageId,
DWORD dwLanguageId,
LPTSTR lpBuffer,
DWORD nSize,
va_list *Arguments); -->
<function name="FormatMessage,FormatMessageA,FormatMessageW">
<noreturn>false</noreturn>
<returnValue type="DWORD"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="3" direction="in">
<not-uninit/>
</arg>
<arg nr="4" direction="in">
<not-uninit/>
</arg>
<arg nr="5" direction="out"/>
<arg nr="6" direction="in">
<not-uninit/>
</arg>
<arg nr="7" direction="in">
<not-uninit/>
</arg>
</function>
<!-- DWORD WINAPI SetFilePointer( <!-- DWORD WINAPI SetFilePointer(
_In_ HANDLE hFile, _In_ HANDLE hFile,
_In_ LONG lDistanceToMove, _In_ LONG lDistanceToMove,