LOAD_LIBRARY_AS_IMAGE_RESOURCE top-level constant

int const LOAD_LIBRARY_AS_IMAGE_RESOURCE

If this value is used, the system maps the file into the process's virtual address space as an image file. However, the loader does not load the static imports or perform the other usual initialization steps. Use this flag when you want to load a DLL only to extract messages or resources from it.

Implementation

const LOAD_LIBRARY_AS_IMAGE_RESOURCE = 0x00000020;