ReactOS 0.4.15-dev-7958-gcd0bb1a
oplock_context Struct Reference
Collaboration diagram for oplock_context:

Public Attributes

device_extensionVcb
 
ACCESS_MASK granted_access
 
file_reffileref
 
NTSTATUS Status
 
KEVENT event
 

Detailed Description

Definition at line 83 of file create.c.

Member Data Documentation

◆ event

KEVENT oplock_context::event

Definition at line 88 of file create.c.

Referenced by _Dispatch_type_().

◆ fileref

file_ref* oplock_context::fileref

Definition at line 86 of file create.c.

◆ granted_access

ACCESS_MASK oplock_context::granted_access

Definition at line 85 of file create.c.

◆ Status

NTSTATUS oplock_context::Status

Definition at line 87 of file create.c.

Referenced by _Dispatch_type_().

◆ Vcb

device_extension* oplock_context::Vcb

Definition at line 84 of file create.c.


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