INtime SDK Help
PciInitialize

Initializes the PCI library by determining the PCI configuration access method used by the local chipset. This can be overridden by supplying a value of 1 or 2 for the byMethod parameter. A value of 0, or no explicit call to this routine, causes the library to make its own determination of the access method.

It is recommended that this routine is not called, unless problems are observed in other routines.

BYTE PciInitialize(
    BYTE byMethod
);

Parameters

byMethod
If 1 or 2, overrides the internal determination of the access method used. Otherwise supply 0 (zero).

Return Values

TRUE
Success.
FALSE
Failure. If the selected method does not work, or if the library was unable to determine the correct method.

Requirements

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