IOSubsystemGenericInfoDef

Returned by MM_ReturnObjectGenericInfo when an IO Subsystem OBID is passed to it.

Syntax

  struct IOSubsystemGenericInfoDef 
  { 
      BYTE   name[MM_MAX_OBJECT_STRING_LEN]; 
      LONG   type; 
      LONG   status; 
      LONG   specificinfosize; 
      OBID   applicationid; 
  };
  

Fields

reserved
Undefined.
name
The name of the IO subsystem object.
type
Defined by the IO subsystem.
status
Defined by the IO subsystem. It is at least the status bits defined by Object Generic Status.
specificinfosize
If the IO subsystem has specific information available, the size of that information, in bytes.
applicationid
The OBID of the application that registered the IO subsystem.

See Also