tangled
alpha
login
or
join now
huwcampbell.com
/
reactos
0
fork
atom
Reactos
0
fork
atom
overview
issues
pulls
pipelines
[WDF] Add missing NTAPIs to the NoOp functions
Justin Miller
4 months ago
f2c0b5f4
bc9ef013
+2
1 changed file
expand all
collapse all
unified
split
sdk
include
wdf
kmdf
1.17
wdfqueryinterface.h
+2
sdk/include/wdf/kmdf/1.17/wdfqueryinterface.h
···
190
190
//
191
191
FORCEINLINE
192
192
VOID
193
193
+
NTAPI
193
194
WdfDeviceInterfaceReferenceNoOp(
194
195
_In_ PVOID Context
195
196
)
···
199
200
200
201
FORCEINLINE
201
202
VOID
203
203
+
NTAPI
202
204
WdfDeviceInterfaceDereferenceNoOp(
203
205
_In_ PVOID Context
204
206
)