#include "parport.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
Definition at line 9 of file misc.c.
◆ ForwardIrpAndForget()
Definition at line 16 of file misc.c.
18{
20
23 else
26
29}
struct _FDO_DEVICE_EXTENSION * PFDO_DEVICE_EXTENSION
struct _PDO_DEVICE_EXTENSION * PPDO_DEVICE_EXTENSION
#define IoSkipCurrentIrpStackLocation(Irp)
_In_ PDEVICE_OBJECT DeviceObject
◆ GetUserBuffer()
Definition at line 33 of file misc.c.
34{
36
38 return Irp->MdlAddress;
39 else
40 return Irp->AssociatedIrp.SystemBuffer;
41}
Referenced by PdoWrite().