SIMCONNECT_RECV

The SIMCONNECT_RECV structure is used with the SIMCONNECT_RECV_ID enumeration to indicate which type of structure has been returned.

 

Syntax
struct SIMCONNECT_RECV{
    DWORD  dwSize;
    DWORD  dwVersion;
    DWORD  dwID;
    };

 

Members
Member Description
dwSize The total size of the returned structure in bytes (that is, not usually the size of the SIMCONNECT_RECV structure, but of the structure that inherits it).
dwVersion The version number of the SimConnect server.
dwID The ID of the returned structure. One member of SIMCONNECT_RECV_ID.

 

Remarks

This structure is inherited directly by:

 

 

The structure is also inherited by SIMCONNECT_RECV_QUIT, which does not add any new members. This structure is received when the user quits Microsoft Flight Simulator.

 

This structure is inherited by the SIMCONNECT_RECV_EVENT structure, which is itself inherited by several other structures:

 

See Also