ReactOS 0.4.15-dev-7942-gd23573b
_FS_CHANGE_NOTIFY_ENTRY Struct Reference

#include <io.h>

Collaboration diagram for _FS_CHANGE_NOTIFY_ENTRY:

Public Attributes

LIST_ENTRY FsChangeNotifyList
 
PDRIVER_OBJECT DriverObject
 
PDRIVER_FS_NOTIFICATION FSDNotificationProc
 

Detailed Description

Definition at line 436 of file io.h.

Member Data Documentation

◆ DriverObject

PDRIVER_OBJECT _FS_CHANGE_NOTIFY_ENTRY::DriverObject

Definition at line 439 of file io.h.

Referenced by IoEnumerateRegisteredFiltersList(), and IoUnregisterFsRegistrationChange().

◆ FsChangeNotifyList

LIST_ENTRY _FS_CHANGE_NOTIFY_ENTRY::FsChangeNotifyList

Definition at line 438 of file io.h.

Referenced by IoUnregisterFsRegistrationChange().

◆ FSDNotificationProc

PDRIVER_FS_NOTIFICATION _FS_CHANGE_NOTIFY_ENTRY::FSDNotificationProc

Definition at line 440 of file io.h.

Referenced by IopNotifyFileSystemChange(), and IoUnregisterFsRegistrationChange().


The documentation for this struct was generated from the following file: