PciDeviceInfo
Previous  Top  Next

 
   
function    PciDeviceInfo(bus,dev,func : Word; Info : pPciCfg) : Boolean;  
 



Returns a PCI device info for given bus number, device number and function number.

Parameters:
 
bus - PCI bus number (0..GetLastPciBus),  
dev - PCI device on bus (0..31),  
func - function number of device (0..7),  
Info - points to the requested information (PCI header structure).  

Return Value :

TRUE, if the device exists or FALSE if not.