Companion

object Companion

Properties

Link copied to clipboard

Machine is based on a 32-bit-word architecture.

Link copied to clipboard

Obsolete. Aggressively trim working set. This flag is deprecated for Windows 2000 and later and must be zero.

Link copied to clipboard

Big endian: the MSB precedes the LSB in memory. This flag is deprecated and should be zero.

Link copied to clipboard

Little endian: the least significant bit (LSB) precedes the most significant bit (MSB) in memory. This flag is deprecated and should be zero.

Link copied to clipboard

Debugging information is removed from the image file.

Link copied to clipboard

The image file is a dynamic-link library (DLL). Such files are considered executable files for almost all purposes, although they cannot be directly run.

Link copied to clipboard

Image only. This indicates that the image file is valid and can be run. If this flag is not set, it indicates a linker error.

Link copied to clipboard

Application can handle 2-GB addresses.

Link copied to clipboard

COFF line numbers have been removed. This flag is deprecated and should be zero.

Link copied to clipboard

COFF symbol table entries for local symbols have been removed. This flag is deprecated and should be zero.

Link copied to clipboard

If the image is on network media, fully load it and copy it to the swap file.

Link copied to clipboard

Image only, Windows CE, and Microsoft Windows NT and later. This indicates that the file does not contain base relocations and must therefore be loaded at its preferred base address. If the base address is not available, the loader reports an error. The default behavior of the linker is to strip base relocations from executable (EXE) files.

Link copied to clipboard

If the image is on removable media, fully load it and copy it to the swap file.

Link copied to clipboard

The image file is a system file, not a user program.

Link copied to clipboard

The file should be run only on a uniprocessor machine.

Link copied to clipboard

Functions

Link copied to clipboard

Creates a Characteristics from a string

Link copied to clipboard

Creates a Characteristics from its name