Jump to content

PRPORTINFO

From EDM2

Port information structure (level 0).

Type

struct

C Declaration Method

typedef

Example Code

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

typedef   PRPORTINFO   * PPRPORTINFO ;