ReactOS 0.4.15-dev-7934-g1dc8d80
_WAIT_CONTEXT Struct Reference
Collaboration diagram for _WAIT_CONTEXT:

Public Attributes

LIST_ENTRY WaitListEntry
 
PIRP Irp
 
POPLOCK_WAIT_COMPLETE_ROUTINE CompletionRoutine
 
PVOID CompletionContext
 
ULONG Reserved
 
ULONG_PTR SavedInformation
 

Detailed Description

Definition at line 44 of file oplock.c.

Member Data Documentation

◆ CompletionContext

PVOID _WAIT_CONTEXT::CompletionContext

Definition at line 49 of file oplock.c.

Referenced by FsRtlUninitializeOplock(), and FsRtlWaitOnIrp().

◆ CompletionRoutine

POPLOCK_WAIT_COMPLETE_ROUTINE _WAIT_CONTEXT::CompletionRoutine

Definition at line 48 of file oplock.c.

Referenced by FsRtlUninitializeOplock(), and FsRtlWaitOnIrp().

◆ Irp

PIRP _WAIT_CONTEXT::Irp

Definition at line 47 of file oplock.c.

Referenced by FsRtlCancelWaitIrp(), FsRtlUninitializeOplock(), and FsRtlWaitOnIrp().

◆ Reserved

ULONG _WAIT_CONTEXT::Reserved

Definition at line 50 of file oplock.c.

◆ SavedInformation

ULONG_PTR _WAIT_CONTEXT::SavedInformation

Definition at line 51 of file oplock.c.

Referenced by FsRtlWaitOnIrp().

◆ WaitListEntry

LIST_ENTRY _WAIT_CONTEXT::WaitListEntry

Definition at line 46 of file oplock.c.

Referenced by FsRtlUninitializeOplock(), and FsRtlWaitOnIrp().


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