ReactOS 0.4.15-dev-8002-gbbb3b00
_NOTIFY_CHANGE Struct Reference

#include <fsrtl.h>

Collaboration diagram for _NOTIFY_CHANGE:

Public Attributes

PREAL_NOTIFY_SYNC NotifySync
 
PVOID FsContext
 
PVOID StreamID
 
PCHECK_FOR_TRAVERSE_ACCESS TraverseCallback
 
PSECURITY_SUBJECT_CONTEXT SubjectContext
 
PSTRING FullDirectoryName
 
LIST_ENTRY NotifyList
 
LIST_ENTRY NotifyIrps
 
PFILTER_REPORT_CHANGE FilterCallback
 
USHORT Flags
 
UCHAR CharacterSize
 
ULONG CompletionFilter
 
PVOID AllocatedBuffer
 
PVOID Buffer
 
ULONG BufferLength
 
ULONG ThisBufferLength
 
ULONG DataLength
 
ULONG LastEntry
 
ULONG ReferenceCount
 
PEPROCESS OwningProcess
 

Detailed Description

Definition at line 75 of file fsrtl.h.

Member Data Documentation

◆ AllocatedBuffer

PVOID _NOTIFY_CHANGE::AllocatedBuffer

Definition at line 89 of file fsrtl.h.

Referenced by FsRtlCancelNotify(), FsRtlNotifyCleanup(), and FsRtlNotifyFilterReportChange().

◆ Buffer

PVOID _NOTIFY_CHANGE::Buffer

Definition at line 90 of file fsrtl.h.

Referenced by FsRtlCancelNotify(), and FsRtlNotifyFilterReportChange().

◆ BufferLength

ULONG _NOTIFY_CHANGE::BufferLength

◆ CharacterSize

UCHAR _NOTIFY_CHANGE::CharacterSize

Definition at line 87 of file fsrtl.h.

Referenced by FsRtlNotifyFilterChangeDirectory(), and FsRtlNotifyFilterReportChange().

◆ CompletionFilter

ULONG _NOTIFY_CHANGE::CompletionFilter

Definition at line 88 of file fsrtl.h.

Referenced by FsRtlNotifyFilterChangeDirectory(), and FsRtlNotifyFilterReportChange().

◆ DataLength

ULONG _NOTIFY_CHANGE::DataLength

◆ FilterCallback

PFILTER_REPORT_CHANGE _NOTIFY_CHANGE::FilterCallback

Definition at line 85 of file fsrtl.h.

Referenced by FsRtlNotifyFilterChangeDirectory(), and FsRtlNotifyFilterReportChange().

◆ Flags

USHORT _NOTIFY_CHANGE::Flags

◆ FsContext

◆ FullDirectoryName

PSTRING _NOTIFY_CHANGE::FullDirectoryName

◆ LastEntry

ULONG _NOTIFY_CHANGE::LastEntry

Definition at line 94 of file fsrtl.h.

Referenced by FsRtlCancelNotify(), and FsRtlNotifyFilterReportChange().

◆ NotifyIrps

◆ NotifyList

LIST_ENTRY _NOTIFY_CHANGE::NotifyList

Definition at line 83 of file fsrtl.h.

Referenced by FsRtlCancelNotify(), FsRtlNotifyCleanup(), and FsRtlNotifyFilterChangeDirectory().

◆ NotifySync

PREAL_NOTIFY_SYNC _NOTIFY_CHANGE::NotifySync

Definition at line 77 of file fsrtl.h.

Referenced by FsRtlCancelNotify(), and FsRtlNotifyFilterChangeDirectory().

◆ OwningProcess

PEPROCESS _NOTIFY_CHANGE::OwningProcess

◆ ReferenceCount

ULONG _NOTIFY_CHANGE::ReferenceCount

Definition at line 95 of file fsrtl.h.

Referenced by FsRtlCancelNotify(), FsRtlNotifyCleanup(), and FsRtlNotifyFilterChangeDirectory().

◆ StreamID

PVOID _NOTIFY_CHANGE::StreamID

Definition at line 79 of file fsrtl.h.

Referenced by FsRtlNotifyFilterChangeDirectory().

◆ SubjectContext

◆ ThisBufferLength

ULONG _NOTIFY_CHANGE::ThisBufferLength

Definition at line 92 of file fsrtl.h.

Referenced by FsRtlCancelNotify(), FsRtlNotifyCleanup(), and FsRtlNotifyFilterReportChange().

◆ TraverseCallback

PCHECK_FOR_TRAVERSE_ACCESS _NOTIFY_CHANGE::TraverseCallback

Definition at line 80 of file fsrtl.h.

Referenced by FsRtlNotifyFilterChangeDirectory(), and FsRtlNotifyFilterReportChange().


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