ReactOS 0.4.16-dev-533-gc7d1aa3
|
Public Attributes | |
LIST_ENTRY | WaitListEntry |
PIRP | Irp |
POPLOCK_WAIT_COMPLETE_ROUTINE | CompletionRoutine |
PVOID | CompletionContext |
ULONG | Reserved |
ULONG_PTR | SavedInformation |
PVOID _WAIT_CONTEXT::CompletionContext |
Definition at line 49 of file oplock.c.
Referenced by FsRtlUninitializeOplock(), and FsRtlWaitOnIrp().
POPLOCK_WAIT_COMPLETE_ROUTINE _WAIT_CONTEXT::CompletionRoutine |
Definition at line 48 of file oplock.c.
Referenced by FsRtlUninitializeOplock(), and FsRtlWaitOnIrp().
PIRP _WAIT_CONTEXT::Irp |
Definition at line 47 of file oplock.c.
Referenced by FsRtlCancelWaitIrp(), FsRtlUninitializeOplock(), and FsRtlWaitOnIrp().
ULONG_PTR _WAIT_CONTEXT::SavedInformation |
Definition at line 51 of file oplock.c.
Referenced by FsRtlWaitOnIrp().
LIST_ENTRY _WAIT_CONTEXT::WaitListEntry |
Definition at line 46 of file oplock.c.
Referenced by FsRtlUninitializeOplock(), and FsRtlWaitOnIrp().