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")