|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <io.h>

Public Attributes | |
| LIST_ENTRY | FsChangeNotifyList |
| PDRIVER_OBJECT | DriverObject |
| PDRIVER_FS_NOTIFICATION | FSDNotificationProc |
| PDRIVER_OBJECT _FS_CHANGE_NOTIFY_ENTRY::DriverObject |
Definition at line 439 of file io.h.
Referenced by IoEnumerateRegisteredFiltersList(), and IoUnregisterFsRegistrationChange().
| LIST_ENTRY _FS_CHANGE_NOTIFY_ENTRY::FsChangeNotifyList |
Definition at line 438 of file io.h.
Referenced by IoUnregisterFsRegistrationChange().
| PDRIVER_FS_NOTIFICATION _FS_CHANGE_NOTIFY_ENTRY::FSDNotificationProc |
Definition at line 440 of file io.h.
Referenced by IopNotifyFileSystemChange(), and IoUnregisterFsRegistrationChange().