LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE top-level constant

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

const LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE = 0x00000040;