IMAGE_OPTIONAL_HEADER64

Undocumented in source.

Members

Variables

AddressOfEntryPoint
DWORD AddressOfEntryPoint;
Undocumented in source.
BaseOfCode
DWORD BaseOfCode;
Undocumented in source.
CheckSum
DWORD CheckSum;
Undocumented in source.
DataDirectory
IMAGE_DATA_DIRECTORY[IMAGE_NUMBEROF_DIRECTORY_ENTRIES] DataDirectory;
Undocumented in source.
DllCharacteristics
WORD DllCharacteristics;
Undocumented in source.
FileAlignment
DWORD FileAlignment;
Undocumented in source.
ImageBase
ULONGLONG ImageBase;
Undocumented in source.
LoaderFlags
DWORD LoaderFlags;
Undocumented in source.
Magic
WORD Magic;
Undocumented in source.
MajorImageVersion
WORD MajorImageVersion;
Undocumented in source.
MajorLinkerVersion
BYTE MajorLinkerVersion;
Undocumented in source.
MajorOperatingSystemVersion
WORD MajorOperatingSystemVersion;
Undocumented in source.
MajorSubsystemVersion
WORD MajorSubsystemVersion;
Undocumented in source.
MinorImageVersion
WORD MinorImageVersion;
Undocumented in source.
MinorLinkerVersion
BYTE MinorLinkerVersion;
Undocumented in source.
MinorOperatingSystemVersion
WORD MinorOperatingSystemVersion;
Undocumented in source.
MinorSubsystemVersion
WORD MinorSubsystemVersion;
Undocumented in source.
NumberOfRvaAndSizes
DWORD NumberOfRvaAndSizes;
Undocumented in source.
SectionAlignment
DWORD SectionAlignment;
Undocumented in source.
SizeOfCode
DWORD SizeOfCode;
Undocumented in source.
SizeOfHeaders
DWORD SizeOfHeaders;
Undocumented in source.
SizeOfHeapCommit
ULONGLONG SizeOfHeapCommit;
Undocumented in source.
SizeOfHeapReserve
ULONGLONG SizeOfHeapReserve;
Undocumented in source.
SizeOfImage
DWORD SizeOfImage;
Undocumented in source.
SizeOfInitializedData
DWORD SizeOfInitializedData;
Undocumented in source.
SizeOfStackCommit
ULONGLONG SizeOfStackCommit;
Undocumented in source.
SizeOfStackReserve
ULONGLONG SizeOfStackReserve;
Undocumented in source.
SizeOfUninitializedData
DWORD SizeOfUninitializedData;
Undocumented in source.
Subsystem
WORD Subsystem;
Undocumented in source.
Win32VersionValue
DWORD Win32VersionValue;
Undocumented in source.

Meta