windows.cfg: Added support for FormatMessage,FormatMessageA,FormatMessageW functions
This commit is contained in:
parent
2a40ce6430
commit
438584a49e
|
@ -6043,6 +6043,35 @@ HFONT CreateFont(
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</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(
|
||||
_In_ HANDLE hFile,
|
||||
_In_ LONG lDistanceToMove,
|
||||
|
|
Loading…
Reference in New Issue