Stub implementation for ReadDirectoryChangesW.

This commit is contained in:
Hans Leidekker 2005-01-31 16:23:31 +00:00 committed by Alexandre Julliard
parent 90c57396f4
commit 546b432347
2 changed files with 12 additions and 1 deletions

View File

@ -130,3 +130,14 @@ FARPROC16 WINAPI FileCDR16(FARPROC16 x)
FIXME("(0x%8x): stub\n", (int) x); FIXME("(0x%8x): stub\n", (int) x);
return (FARPROC16)TRUE; return (FARPROC16)TRUE;
} }
BOOL WINAPI ReadDirectoryChangesW( HANDLE handle, LPVOID buffer, DWORD len, BOOL subtree,
DWORD filter, LPDWORD returned, LPOVERLAPPED overlapped,
LPOVERLAPPED_COMPLETION_ROUTINE completion )
{
FIXME( "%p %p 0x%08lx %d 0x%08lx %p %p %p\n", handle, buffer, len, subtree, filter,
returned, overlapped, completion );
SetLastError( ERROR_INVALID_FUNCTION );
return FALSE;
}

View File

@ -1027,7 +1027,7 @@
@ stdcall OpenWaitableTimerW(long long wstr) @ stdcall OpenWaitableTimerW(long long wstr)
@ stub ReadConsoleInputExA @ stub ReadConsoleInputExA
@ stub ReadConsoleInputExW @ stub ReadConsoleInputExW
@ stub ReadDirectoryChangesW @ stdcall ReadDirectoryChangesW(long ptr long long long ptr ptr ptr)
@ stub ReadFileScatter @ stub ReadFileScatter
@ stub SetConsoleIcon @ stub SetConsoleIcon
@ stdcall SetConsoleInputExeNameA(ptr) @ stdcall SetConsoleInputExeNameA(ptr)