SIMCONNECT_VERSION_BASE_TYPE

The SIMCONNECT_CLIENT_DATA_PERIOD enumeration type is used with the SimConnect_RequestClientData call to specify how often data is to be sent to the client.

 

Syntax
struct SIMCONNECT_VERSION_BASE_TYPE{
    unsigned short Major;
    unsigned short Minor;
    unsigned short Revision;
    unsigned short Build;
};

 

Members
Member Description
Major The major version number.
Minor The minor version number.
Revision The revision number.
Build The build ID.

 

Remarks

N/A

 

See Also