AdapterSpecificInfoDef

Returned by MM_ReturnObjectSpecificInfo when an Adapter OBID is passed to it.

Syntax

  struct AdapterSpecificInfoDef 
  { 
      LONG     status; 
      OBID     subsystemid; 
      LONG     assigneddriverid; 
      LONG     adapternumber; 
      struct   IO_ConfigurationStructure configinfo; 
      BYTE     drivername[MM_MAX_OBJECT_STRING_LEN]; 
      BYTE     systemname[MM_MAX_OBJECT_STRING_LEN]; 
  };
  

Fields

status
Same value as returned in the status field of the IOObjectGenericInfoDef.
subsystemid
The OBID of the IO Subsystem that created and manages the adapter object.
assigneddriverid
Module ID assigned by NovellĀ® that identifies the driver associated with this adapter. This value follows the V within the bracketed portion of the formal device name seen when "List Devices" is typed on the server console.
adapternumber
A number assigned by the IO Subsystem that defines an instance of an adapter. This value follows the A within the bracketed portion of the formal device name seen when List Devices is typed on the server console.
configinfo
An IO_ConfigurationStructure structure defining the IO resources allocated to the adapter: Interrupts, DMA channels, etc.
drivername
The name of the driver operating this adapter.
systemname
The name of the adapter as defined by the driver.