typedef struct { char szWaypointID[GPS_MAX_WAYPOINT_LEN]; char szToWaypoint[GPS_MAX_WAYPOINT_LEN]; char szFromWaypoint[GPS_MAX_WAYPOINT_LEN]; } GPSWAYPOINTS, * PGPSWAYPOINTS;