| Enumerator |
|---|
| IMAGE_FILE_RELOCS_STRIPPED | Relocation info stripped from file.
The file must be loaded at its preferred base address.
|
| IMAGE_FILE_EXECUTABLE_IMAGE | The file is executable (there are no unresolved external references).
|
| IMAGE_FILE_LINE_NUMS_STRIPPED | COFF line numbers were stripped from the file.
|
| IMAGE_FILE_LOCAL_SYMS_STRIPPED | COFF symbol table entries were stripped from file.
|
| IMAGE_FILE_AGGRESIVE_WS_TRIM | Aggressively trim the working set.
This flag is obsolete.
|
| IMAGE_FILE_LARGE_ADDRESS_AWARE | The application can handle addresses larger than 2 GB.
|
| IMAGE_FILE_16BIT_MACHINE | 16 bit word machine.
|
| IMAGE_FILE_BYTES_REVERSED_LO | The bytes of the word are reversed.
This flag is obsolete.
|
| IMAGE_FILE_32BIT_MACHINE | The computer supports 32-bit words.
|
| IMAGE_FILE_DEBUG_STRIPPED | Debugging information was removed and stored separately in another file.
|
| IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP | If the image is on removable media, copy it to and run it from the swap file.
|
| IMAGE_FILE_NET_RUN_FROM_SWAP | If the image is on the network, copy it to and run it from the swap file.
|
| IMAGE_FILE_SYSTEM | The image is a system file.
|
| IMAGE_FILE_DLL | The image is a DLL file.
While it is an executable file, it cannot be run directly.
|
| IMAGE_FILE_UP_SYSTEM_ONLY | The file should be run only on a uniprocessor computer.
|
| IMAGE_FILE_BYTES_REVERSED_HI | The bytes of the word are reversed.
This flag is obsolete.
|