This commit is contained in:
orbitcowboy 2019-07-16 13:23:39 +02:00
parent f2e70f9236
commit 1f7fdb229a
1 changed files with 22 additions and 0 deletions

View File

@ -3551,6 +3551,28 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<!-- DWORD GetFullPathNameA(LPCSTR lpFileName, DWORD nBufferLength, LPSTR lpBuffer, LPSTR *lpFilePart);-->
<function name="GetFullPathNameA,GetFullPathNameW,GetFullPathName">
<use-retval/>
<noreturn>false</noreturn>
<returnValue type="DWORD"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<valid>0:</valid>
</arg>
<arg nr="3" direction="out">
<not-uninit/>
<not-null/>
<minsize type="argvalue" arg="2"/>
</arg>
<arg nr="4" direction="in">
<not-uninit/>
</arg>
</function>
<!-- BOOL WINAPI GetDefaultCommConfig(
_In_ LPCTSTR lpszName,
_Out_ LPCOMMCONFIG lpCC,