SIMCONNECT_RECV_FACILITY_MINIMAL_LIST

The SIMCONNECT_RECV_FACILITY_MINIMAL_LIST structure is used to provide minimal information on the number of elements in a list of facilities returned to the client, and the number of packets that were used to transmit the data.

 

Syntax
struct SIMCONNECT_RECV_FACILITY_MINIMAL_LIST : public SIMCONNECT_RECV_LIST_TEMPLATE{   
    SIMCONNECT_FACILITY_MINIMAL rgData[dwArraySize]
    };

 

Members
Member Description
rgData[dwArraySize] Array of SIMCONNECT_FACILITY_MINIMAL 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