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

Returns a text string corresponding to the class ID supplied as parameters.

const char * PciClassName(
    WORD wClassID
);

Parameters

wClassID
A PCI class ID value.

Return Values

A pointer to the name of the PCI class concerned, or a pointer to the string "Unknown class".

Requirements

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