The SIMCONNECT_STATE enumeration type is used with the SimConnect_SetSystemEventState call to turn the reporting of events on and off.

 

Syntax
enum SIMCONNECT_STATE{
    SIMCONNECT_STATE_OFF,
    SIMCONNECT_STATE_ON
    };

 

Members
MemberDescription
SIMCONNECT_STATE_OFFSpecifies off.
SIMCONNECT_STATE_ONSpecifies on.

 

Remarks

 

See the remarks for SimConnect_MapInputEventToClientEvent.