SIMCONNECT_RECV_FACILITY_DATA_END

The SIMCONNECT_RECV_FACILITY_DATA_END structure is used to signify the end of a data stream from the server after a call to SimConnect_RequestFacilityData.

 

Syntax
struct SIMCONNECT_RECV_FACILITY_DATA_END : public SIMCONNECT_RECV{   
    DWORD RequestId
    };

 

Members
Member Description
RequestId Double word containing the client defined request ID.

Remarks

This structure inherits the SIMCONNECT_RECV structure, so use the SIMCONNECT_RECV_ID enumeration to determine which list structure has been received.

 

 

See Also