LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE top-level constant

  1. @Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE instead')
int const LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE

Similar to LOAD_LIBRARY_AS_DATAFILE, except that the DLL file is opened with exclusive write access for the calling process. Other processes cannot open the DLL file for write access while it is in use. However, the DLL can still be opened by other processes.

Implementation

@Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE instead')
const LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE = 0x00000040;