// wdm.h
#define IoCallDriver(a,b) \
IofCallDriver(a,b)
);
View the official Windows Driver Kit DDI reference
No description available.
The IoCallDriver routine, wraps IofCallDriver that sends an IRP to the driver associated with a specified device object.
Do not call IofCallDriver. Call IoCallDriver instead. For more information, see IofCallDriver.
a
[in]See IofCallDriver.
b
[in, out]See IofCallDriver.
#define IoCallDriver(a,b) \
IofCallDriver(a,b)
);
See IofCallDriver.