ES_CONTINUOUS top-level constant

int const ES_CONTINUOUS

Informs the system that the state being set should remain in effect until the next call that uses ES_CONTINUOUS and one of the other state flags is cleared.

Implementation

const ES_CONTINUOUS = 0x80000000;