The SimConnect_FlightLoad function is used to load an existing flight file.

Syntax
HRESULT SimConnect_FlightLoad(
    HANDLE  hSimConnect,
    const char*  szFileName
    );
Parameters
ParameterDescriptionType
hSimConnectHandle to a SimConnect object.Integer
szFileNameNull-terminated string containing the path to the flight file.String
Return Values

This function does not return a value.

Remarks

Flight files can be opened using a text editor.

0/255