DONT_RESOLVE_DLL_REFERENCES top-level constant

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

If this value is used, and the executable module is a DLL, the system does not call DllMain for process and thread initialization and termination. Also, the system does not load additional executable modules that are referenced by the specified module.

Implementation

@Deprecated('Use LOAD_LIBRARY_FLAGS.DONT_RESOLVE_DLL_REFERENCES instead')
const DONT_RESOLVE_DLL_REFERENCES = 0x00000001;