MGSL_PCI_ADAPTER Structure


typedef struct _MGSL_PCI_ADAPTER
{
   ULONG BusNumber;
   ULONG DeviceNumber;

} MGSL_PCI_ADAPTER, *PMGSL_PCI_ADAPTER;
Note: This structure is obsolete. New applications should use MGSL_PCI_ADAPTER_EX.

This structure is used with the MgslEnumeratePciAdapters API call to return the PCI bus number and PCI device number of installed SyncLink PCI adapters. This information can be used with the MGSL_PORT_CONFIG structure and the MgslSetPortConfig API call to select a PCI adapter for use with a port.


Previous Contents Next