typedef struct _MGSL_PCI_ADAPTER_EX
{
ULONG BusNumber;
ULONG DeviceNumber;
ULONG DeviceID;
} MGSL_PCI_ADAPTER_EX, *PMGSL_PCI_ADAPTER_EX;
This structure is used with the MgslEnumeratePciAdaptersEx API call to return the PCI bus number, PCI device number and DeviceID of installed SyncLink PCI adapters. This information can be used with the MGSL_PORT_CONFIG_EX structure and the MgslSetPortConfigEx API call to select a PCI adapter for use with a port.
| Previous | Contents | Next |