Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IoCallDriver macro (wdm.h)
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.
Syntax
#define IoCallDriver(a,b) \
IofCallDriver(a,b)
);
Parameters
[in] a
See IofCallDriver.
[in, out] b
See IofCallDriver.
Return value
None
Requirements
See also
See IofCallDriver.
Feedback
Was this page helpful?
