FsRtlCheckOplock, 0
(MS WDK >> Windows Driver Kit – Server 2008 Release SP1 (WDK 6001.18002))

Name
FsRtlCheckOplock
Value
0 signed int / unsigned int
0x00000000 heximal value
0x0 heximal value
Type
Windows kernel mode error code (more)
Description
STATUS_SUCCESS
C/C++ Type
NTSTATUS
Defined at
\inc\ddk\rxprocs.h, line 703 (Windows Driver Kit – Server 2008 Release SP1 (WDK 6001.18002))
Definition
#define FsRtlCheckOplock(A1,A2,A3,A4,A5)  \
        (STATUS_SUCCESS)
Group comments
the wrapper doesn't yet implement notify and oplock. rather than remove the code
we define the calls in such a way as to Noop the effects so that we'll have a head
start on putting it back later...
Depends on
STATUS_SUCCESS
Also used in
Windows Driver Kit 10, Version 1607 (WDK 10.0.14393.0), Windows Driver Kit 8.1 (WDK 8.100.26638), Windows Driver Kit 7.1.0 (WDK 7600.16385.1), Windows Driver Kit 7.0.0 (WDK 7600.16385.0), Windows Driver Kit for Windows Vista (WDK 6000)
Type description
NTSTATUS is 32-bit number, which holds Windows kernel mode error codes or status codes