ReactOS 0.4.15-dev-7942-gd23573b
fxpkgpnpum.cpp File Reference
#include "../pnppriv.hpp"
#include <initguid.h>
#include <wdmguid.h>
Include dependency graph for fxpkgpnpum.cpp:

Go to the source code of this file.

Functions

VOID PnpPassThroughQIWorker (__in MxDeviceObject *Device, __inout FxIrp *Irp, __inout FxIrp *ForwardIrp)
 

Function Documentation

◆ PnpPassThroughQIWorker()

VOID PnpPassThroughQIWorker ( __in MxDeviceObject Device,
__inout FxIrp Irp,
__inout FxIrp ForwardIrp 
)

Definition at line 319 of file fxpkgpnpum.cpp.

324{
327 UNREFERENCED_PARAMETER(ForwardIrp);
328 ASSERTMSG("Not implemented for UMDF\n", FALSE);
329}
_In_ PIRP Irp
Definition: csq.h:116
#define FALSE
Definition: types.h:117
#define ASSERTMSG(msg, exp)
Definition: nt_native.h:431
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317
_Must_inspect_result_ _In_ WDFDEVICE Device
Definition: wdfchildlist.h:474