DONT_RESOLVE_DLL_REFERENCES top-level constant

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

const DONT_RESOLVE_DLL_REFERENCES = 0x00000001;