File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments