Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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.