UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SYMS_PeOptionalHeader32 Struct Reference

#include <syms_meta_pe.h>

Public Attributes

SYMS_U16 magic
 
SYMS_U8 major_linker_version
 
SYMS_U8 minor_linker_version
 
SYMS_U32 sizeof_code
 
SYMS_U32 sizeof_inited_data
 
SYMS_U32 sizeof_uninited_data
 
SYMS_U32 entry_point_va
 
SYMS_U32 code_base
 
SYMS_U32 data_base
 
SYMS_U32 image_base
 
SYMS_U32 section_alignment
 
SYMS_U32 file_alignment
 
SYMS_U16 major_os_ver
 
SYMS_U16 minor_os_ver
 
SYMS_U16 major_img_ver
 
SYMS_U16 minor_img_ver
 
SYMS_U16 major_subsystem_ver
 
SYMS_U16 minor_subsystem_ver
 
SYMS_U32 win32_version_value
 
SYMS_U32 sizeof_image
 
SYMS_U32 sizeof_headers
 
SYMS_U32 check_sum
 
SYMS_PeWindowsSubsystem subsystem
 
SYMS_DllCharacteristics dll_characteristics
 
SYMS_U32 sizeof_stack_reserve
 
SYMS_U32 sizeof_stack_commit
 
SYMS_U32 sizeof_heap_reserve
 
SYMS_U32 sizeof_heap_commit
 
SYMS_U32 loader_flags
 
SYMS_U32 data_dir_count
 

Member Data Documentation

◆ check_sum

SYMS_U32 SYMS_PeOptionalHeader32::check_sum

◆ code_base

SYMS_U32 SYMS_PeOptionalHeader32::code_base

◆ data_base

SYMS_U32 SYMS_PeOptionalHeader32::data_base

◆ data_dir_count

SYMS_U32 SYMS_PeOptionalHeader32::data_dir_count

◆ dll_characteristics

SYMS_DllCharacteristics SYMS_PeOptionalHeader32::dll_characteristics

◆ entry_point_va

SYMS_U32 SYMS_PeOptionalHeader32::entry_point_va

◆ file_alignment

SYMS_U32 SYMS_PeOptionalHeader32::file_alignment

◆ image_base

SYMS_U32 SYMS_PeOptionalHeader32::image_base

◆ loader_flags

SYMS_U32 SYMS_PeOptionalHeader32::loader_flags

◆ magic

SYMS_U16 SYMS_PeOptionalHeader32::magic

◆ major_img_ver

SYMS_U16 SYMS_PeOptionalHeader32::major_img_ver

◆ major_linker_version

SYMS_U8 SYMS_PeOptionalHeader32::major_linker_version

◆ major_os_ver

SYMS_U16 SYMS_PeOptionalHeader32::major_os_ver

◆ major_subsystem_ver

SYMS_U16 SYMS_PeOptionalHeader32::major_subsystem_ver

◆ minor_img_ver

SYMS_U16 SYMS_PeOptionalHeader32::minor_img_ver

◆ minor_linker_version

SYMS_U8 SYMS_PeOptionalHeader32::minor_linker_version

◆ minor_os_ver

SYMS_U16 SYMS_PeOptionalHeader32::minor_os_ver

◆ minor_subsystem_ver

SYMS_U16 SYMS_PeOptionalHeader32::minor_subsystem_ver

◆ section_alignment

SYMS_U32 SYMS_PeOptionalHeader32::section_alignment

◆ sizeof_code

SYMS_U32 SYMS_PeOptionalHeader32::sizeof_code

◆ sizeof_headers

SYMS_U32 SYMS_PeOptionalHeader32::sizeof_headers

◆ sizeof_heap_commit

SYMS_U32 SYMS_PeOptionalHeader32::sizeof_heap_commit

◆ sizeof_heap_reserve

SYMS_U32 SYMS_PeOptionalHeader32::sizeof_heap_reserve

◆ sizeof_image

SYMS_U32 SYMS_PeOptionalHeader32::sizeof_image

◆ sizeof_inited_data

SYMS_U32 SYMS_PeOptionalHeader32::sizeof_inited_data

◆ sizeof_stack_commit

SYMS_U32 SYMS_PeOptionalHeader32::sizeof_stack_commit

◆ sizeof_stack_reserve

SYMS_U32 SYMS_PeOptionalHeader32::sizeof_stack_reserve

◆ sizeof_uninited_data

SYMS_U32 SYMS_PeOptionalHeader32::sizeof_uninited_data

◆ subsystem

SYMS_PeWindowsSubsystem SYMS_PeOptionalHeader32::subsystem

◆ win32_version_value

SYMS_U32 SYMS_PeOptionalHeader32::win32_version_value

The documentation for this struct was generated from the following file: