Skip to content

Commit e388bdc

Browse files
committed
windows.cfg: Added support for FindFirstFileNameW
1 parent 944c9f0 commit e388bdc

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

cfg/windows.cfg

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3629,6 +3629,30 @@ HFONT CreateFont(
36293629
<not-uninit/>
36303630
</arg>
36313631
</function>
3632+
<!-- HANDLE FindFirstFileNameW(
3633+
LPCWSTR lpFileName,
3634+
DWORD dwFlags,
3635+
LPDWORD StringLength,
3636+
PWSTR LinkName ); -->
3637+
<function name="FindFirstFileNameW">
3638+
<use-retval/>
3639+
<noreturn>false</noreturn>
3640+
<returnValue type="HANDLE"/>
3641+
<arg nr="1" direction="in">
3642+
<not-uninit/>
3643+
</arg>
3644+
<arg nr="2" direction="in">
3645+
<not-uninit/>
3646+
<!-- Reserved; specify zero (0). -->
3647+
<valid>0</valid>
3648+
</arg>
3649+
<arg nr="3" direction="in">
3650+
<not-uninit/>
3651+
</arg>
3652+
<arg nr="4" direction="out">
3653+
<not-null/>
3654+
</arg>
3655+
</function>
36323656
<!-- HANDLE WINAPI FindFirstFileEx(
36333657
_In_ LPCTSTR lpFileName,
36343658
_In_ FINDEX_INFO_LEVELS fInfoLevelId,

0 commit comments

Comments
 (0)