Port information structure (level 0).

typedef struct _PRPORTINFO {
  CHAR     szPortName[PDLEN+1];  /*  Name of the port. */
} PRPORTINFO;

typedef   PRPORTINFO   * PPRPORTINFO ;


[Back] [Next]