# 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 ``` cpp struct SIMCONNECT_RECV_FACILITY_DATA_END : public SIMCONNECT_RECV{ DWORD RequestId }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |-------------|-------------------------------------------------------| | `RequestId` | Double word containing the client defined request ID. | {{< /table-wrapper >}}   ##### Remarks   This structure inherits the [`SIMCONNECT_RECV`](simconnect-recv/) structure, so use the [`SIMCONNECT_RECV_ID`](simconnect-recv-id/) enumeration to determine which list structure has been received.