Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.