# SIMCONNECT_STATE The **SIMCONNECT\_STATE** enumeration type is used with the [SimConnect\_SetSystemEventState](../general/simconnect-setsystemeventstate/) call to turn the reporting of events on and off.   ##### Syntax ``` cpp enum SIMCONNECT_STATE{ SIMCONNECT_STATE_OFF, SIMCONNECT_STATE_ON }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |------------------------|----------------| | `SIMCONNECT_STATE_OFF` | Specifies off. | | `SIMCONNECT_STATE_ON` | Specifies on. | {{< /table-wrapper >}}   ##### Remarks   See the remarks for [SimConnect\_MapInputEventToClientEvent](../inputevents/simconnect-mapinputeventtoclientevent/).