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

Returns a text string corresponding to the vendor and device IDs supplied as parameters.

const char * PciDeviceName(
    WORD wVendorID, 
    WORD wDeviceID
);

Parameters

wVendorID
A PCI vendor ID value.
wDeviceID
A PCI device ID value.

Return Values

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

Requirements

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