|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID WINAPI | BasepIoCompletion (IN PVOID ApcContext, IN PIO_STATUS_BLOCK IoStatusBlock, IN DWORD Reserved) |
| VOID WINAPI | BasepIoCompletionSimple (IN PVOID ApcContext, IN PIO_STATUS_BLOCK IoStatusBlock, IN DWORD Reserved) |
| BOOL WINAPI | FindCloseChangeNotification (IN HANDLE hChangeHandle) |
| HANDLE WINAPI | FindFirstChangeNotificationA (IN LPCSTR lpPathName, IN BOOL bWatchSubtree, IN DWORD dwNotifyFilter) |
| HANDLE WINAPI | FindFirstChangeNotificationW (IN LPCWSTR lpPathName, IN BOOL bWatchSubtree, IN DWORD dwNotifyFilter) |
| BOOL WINAPI | FindNextChangeNotification (IN HANDLE hChangeHandle) |
| BOOL WINAPI | ReadDirectoryChangesW (IN HANDLE hDirectory, IN LPVOID lpBuffer OPTIONAL, IN DWORD nBufferLength, IN BOOL bWatchSubtree, IN DWORD dwNotifyFilter, OUT LPDWORD lpBytesReturned, IN LPOVERLAPPED lpOverlapped OPTIONAL, IN LPOVERLAPPED_COMPLETION_ROUTINE lpCompletionRoutine) |
Variables | |
| CHAR | staticchangebuff [sizeof(FILE_NOTIFY_INFORMATION)+16] |
| IO_STATUS_BLOCK | staticIoStatusBlock |
| VOID WINAPI BasepIoCompletion | ( | IN PVOID | ApcContext, |
| IN PIO_STATUS_BLOCK | IoStatusBlock, | ||
| IN DWORD | Reserved | ||
| ) |
Definition at line 26 of file cnotify.c.
Referenced by ReadDirectoryChangesW().
| VOID WINAPI BasepIoCompletionSimple | ( | IN PVOID | ApcContext, |
| IN PIO_STATUS_BLOCK | IoStatusBlock, | ||
| IN DWORD | Reserved | ||
| ) |
Definition at line 74 of file cnotify.c.
Referenced by ReadDirectoryChangesW().
Definition at line 106 of file cnotify.c.
Referenced by NotificationThread(), test_ffcn(), test_ffcn_directory_overlap(), and test_FindFirstChangeNotification().
| HANDLE WINAPI FindFirstChangeNotificationA | ( | IN LPCSTR | lpPathName, |
| IN BOOL | bWatchSubtree, | ||
| IN DWORD | dwNotifyFilter | ||
| ) |
Definition at line 117 of file cnotify.c.
Referenced by StartNotificationThread(), test_ffcn_directory_overlap(), test_ffcnMultipleThreads(), and test_FindFirstChangeNotification().
| HANDLE WINAPI FindFirstChangeNotificationW | ( | IN LPCWSTR | lpPathName, |
| IN BOOL | bWatchSubtree, | ||
| IN DWORD | dwNotifyFilter | ||
| ) |
Definition at line 133 of file cnotify.c.
Referenced by test_ffcn().
Definition at line 223 of file cnotify.c.
Referenced by NotificationThread(), test_ffcn(), test_FindFirstChangeNotification(), and WatchDirectory().
| BOOL WINAPI ReadDirectoryChangesW | ( | IN HANDLE | hDirectory, |
| IN LPVOID lpBuffer | OPTIONAL, | ||
| IN DWORD | nBufferLength, | ||
| IN BOOL | bWatchSubtree, | ||
| IN DWORD | dwNotifyFilter, | ||
| OUT LPDWORD | lpBytesReturned, | ||
| IN LPOVERLAPPED lpOverlapped | OPTIONAL, | ||
| IN LPOVERLAPPED_COMPLETION_ROUTINE | lpCompletionRoutine | ||
| ) |
Definition at line 253 of file cnotify.c.
Referenced by CDirectoryWatcher::RestartWatching().
| CHAR staticchangebuff[sizeof(FILE_NOTIFY_INFORMATION)+16] |
Definition at line 19 of file cnotify.c.
Referenced by FindFirstChangeNotificationW(), and FindNextChangeNotification().
| IO_STATUS_BLOCK staticIoStatusBlock |
Definition at line 20 of file cnotify.c.
Referenced by FindFirstChangeNotificationW(), and FindNextChangeNotification().