windows.cfg: Added support for 'ReadDirectoryChangesW'

This commit is contained in:
orbitcowboy 2020-11-21 00:18:23 +01:00
parent 60f318b802
commit f3d9f893c6
1 changed files with 35 additions and 0 deletions

View File

@ -1703,6 +1703,41 @@
<not-null/>
</arg>
</function>
<!-- BOOL ReadDirectoryChangesW(
HANDLE hDirectory,
LPVOID lpBuffer,
DWORD nBufferLength,
BOOL bWatchSubtree,
DWORD dwNotifyFilter,
LPDWORD lpBytesReturned,
LPOVERLAPPED lpOverlapped,
LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine
); -->
<function name="ReadDirectoryChangesW">
<noreturn>false</noreturn>
<returnValue type="BOOL"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="out">
<not-uninit/>
<not-null/>
<minsize type="argvalue" arg="3"/>
</arg>
<arg nr="3" direction="in">
<not-uninit/>
<valid>1:</valid>
</arg>
<arg nr="4" direction="in">
<not-uninit/>
</arg>
<arg nr="5" direction="in">
<not-uninit/>
</arg>
<arg nr="6" direction="out"/>
<arg nr="7" direction="out"/>
<arg nr="8" direction="in"/>
</function>
<!-- BOOL WINAPI BuildCommDCB(
_In_ LPCTSTR lpDef,
_Out_ LPDCB lpDCB); -->