INtime SDK Help
PciDisableDevice
INtime SDK v6 > About INtime > Other system libraries > PCI Library > PciDisableDevice

Disables a device after it's used by a driver. Disables I/O and memory accesses and disables bus master capability if enabled. Suspends the device if it supports power management.

BYTE PciDisableDevice(
    PCIDEV *dev
);

Parameters

dev
The PCI device you want to disable.

Return Values

TRUE
Success.
FALSE
Failure.

Requirements

Versions Defined in Include Link to
INtime 3.0 intime/rt/include/pcibus.h pcibus.h pcibus.lib
   
See Also