This commit is contained in:
orbitcowboy 2019-03-29 09:15:58 +01:00
parent 8d7d93aea7
commit dea07b2033
1 changed files with 15 additions and 0 deletions

View File

@ -3782,6 +3782,21 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<!-- BOOL SetupComm( HANDLE hFile, DWORD dwInQueue, DWORD dwOutQueue );-->
<function name="SetupComm">
<noreturn>false</noreturn>
<returnValue type="BOOL"/>
<leak-ignore/>
<arg nr="1" direction="inout">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
<arg nr="3" direction="in">
<not-uninit/>
</arg>
</function>
<!-- unsigned char *_mbsrchr(const unsigned char *str, unsigned int c); // C only
unsigned char *_mbsrchr(unsigned char *str, unsigned int c); // C++ only
const unsigned char *_mbsrchr(const unsigned char *str, unsigned int c); // C++ only-->