SYNCHRONIZE top-level constant

int const SYNCHRONIZE

The right to use the object for synchronization. This enables a thread to wait until the object is in the signaled state.

Implementation

const SYNCHRONIZE = 0x00100000;