|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include "ntstatus.h"#include "wine/test.h"#include <windef.h>#include <winbase.h>#include <winternl.h>
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
Functions | |
| static DWORD CALLBACK | NotificationThread (LPVOID arg) |
| static HANDLE | StartNotificationThread (LPCSTR path, BOOL subtree, DWORD flags) |
| static DWORD | FinishNotificationThread (HANDLE thread) |
| static void | test_FindFirstChangeNotification (void) |
| static void | test_ffcn (void) |
| static void | test_ffcnMultipleThreads (void) |
| static | BOOL (WINAPI *pReadDirectoryChangesW)(HANDLE |
| static void | test_readdirectorychanges (void) |
| static void | test_readdirectorychanges_null (void) |
| static void | test_readdirectorychanges_filedir (void) |
| static void CALLBACK | readdirectorychanges_cr (DWORD error, DWORD len, LPOVERLAPPED ov) |
| static void | test_readdirectorychanges_cr (void) |
| static void | test_ffcn_directory_overlap (void) |
| START_TEST (change) | |
Variables | |
| static | LPVOID |
| static | DWORD |
| static | BOOL |
| static | LPDWORD |
| static | LPOVERLAPPED |
| static | LPOVERLAPPED_COMPLETION_ROUTINE |
Definition at line 74 of file change.c.
Referenced by test_ffcn_directory_overlap(), and test_FindFirstChangeNotification().
Definition at line 39 of file change.c.
Referenced by StartNotificationThread(), test_ffcn_directory_overlap(), and test_ffcnMultipleThreads().
|
static |
| START_TEST | ( | change | ) |
Definition at line 1113 of file change.c.
Definition at line 60 of file change.c.
Referenced by test_ffcn_directory_overlap(), and test_FindFirstChangeNotification().
Definition at line 254 of file change.c.
Referenced by START_TEST().
Definition at line 1027 of file change.c.
Referenced by START_TEST().
Definition at line 332 of file change.c.
Referenced by START_TEST().
Definition at line 87 of file change.c.
Referenced by START_TEST().
Definition at line 375 of file change.c.
Referenced by START_TEST().
Definition at line 817 of file change.c.
Referenced by START_TEST().
Definition at line 726 of file change.c.
Referenced by START_TEST().
Definition at line 627 of file change.c.
Referenced by START_TEST().