SimConnect_FlightLoad

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

 

Syntax
HRESULT SimConnect_FlightLoad(
    HANDLE  hSimConnect,
    const char*  szFileName
    );

 

Parameters
Parameter Description Type
hSimConnect Handle to a SimConnect object. Integer
szFileName Null-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.

 

See Also