Jump to content

PRPORTINFO

From EDM2
Revision as of 19:24, 25 April 2025 by Martini (talk | contribs) (Created page with "Port information structure (level 0). == Type == struct == C Declaration Method == typedef == Example Code == <pre> typedef struct _PRPORTINFO { CHAR szPortName[PDLEN+1]; Name of the port.: } PRPORTINFO; typedef PRPORTINFO * PPRPORTINFO ; </pre> Category:Data type")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 ;