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

Reads the PCI configuration header fields to the supplied PCIDEV structure.

The fields wBusNum, wDeviceNum, and wFunction must be supplied in the structure before the call.

void PciReadHeader(
    PCIDEV *pPciDevice
);

Parameters

pPciDevice
A pointer to a PCIDEV structure, initialized as described above.

Return Values

None.

Requirements

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