LOAD_LIBRARY_AS_IMAGE_RESOURCE top-level constant

  1. @Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_AS_IMAGE_RESOURCE instead')
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

@Deprecated('Use LOAD_LIBRARY_FLAGS.LOAD_LIBRARY_AS_IMAGE_RESOURCE instead')
const LOAD_LIBRARY_AS_IMAGE_RESOURCE = 0x00000020;