SIMCONNECT_RECV_WAYPOINT_LIST

The SIMCONNECT_RECV_WAYPOINT_LIST structure is used to return a list of SIMCONNECT_DATA_FACILITY_WAYPOINT structures.

 

Syntax
struct SIMCONNECT_RECV_WAYPOINT_LIST : public SIMCONNECT_RECV_FACILITIES_LIST{
    SIMCONNECT_DATA_FACILITY_WAYPOINT  rgData[dwArraySize];
    };

 

Members
Member Description
rgData[dwArraySize] Array of SIMCONNECT_DATA_FACILITY_WAYPOINT structures.

 

Remarks

This structure inherits the SIMCONNECT_RECV_FACILITIES_LIST structure, which identifies the number of elements in the list, and the number of packets needed to transmit all the data.

 

See the remarks for SimConnect_RequestFacilitesList.

 

See Also