PRPORTINFO1
Appearance
Port information structure (level 1).
Type
struct
C Declaration Method
typedef
Example Code
typedef struct _PRPORTINFO1 { PSZ pszPortName; /* Name of the port. */ PSZ pszPortDriverName; /* Name of the port driver. */ PSZ pszPortDriverPathName; /* Full path name of the port driver. */ } PRPORTINFO1; typedef PRPORTINFO1 * PPRPORTINFO1 ;