SYNCHRONIZE top-level constant

  1. @Deprecated('Use FILE_ACCESS_RIGHTS.SYNCHRONIZE instead')
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

@Deprecated('Use FILE_ACCESS_RIGHTS.SYNCHRONIZE instead')
const SYNCHRONIZE = 0x00100000;