ReactOS 0.4.16-dev-13-ge2fc578
|
#include <ntddk_ex.h>
Public Attributes | |
WORD | e_magic |
WORD | e_cblp |
WORD | e_cp |
WORD | e_crlc |
WORD | e_cparhdr |
WORD | e_minalloc |
WORD | e_maxalloc |
WORD | e_ss |
WORD | e_sp |
WORD | e_csum |
WORD | e_ip |
WORD | e_cs |
WORD | e_lfarlc |
WORD | e_ovno |
WORD | e_res [4] |
WORD | e_oemid |
WORD | e_oeminfo |
WORD | e_res2 [10] |
LONG | e_lfanew |
USHORT | e_magic |
USHORT | e_cblp |
USHORT | e_cp |
USHORT | e_crlc |
USHORT | e_cparhdr |
USHORT | e_minalloc |
USHORT | e_maxalloc |
USHORT | e_ss |
USHORT | e_sp |
USHORT | e_csum |
USHORT | e_ip |
USHORT | e_cs |
USHORT | e_lfarlc |
USHORT | e_ovno |
USHORT | e_res [4] |
USHORT | e_oemid |
USHORT | e_oeminfo |
USHORT | e_res2 [10] |
Definition at line 99 of file ntddk_ex.h.
WORD _IMAGE_DOS_HEADER::e_cblp |
Definition at line 101 of file ntddk_ex.h.
Referenced by create_fake_dll(), and USER32_GetResourceTable().
WORD _IMAGE_DOS_HEADER::e_cp |
Definition at line 102 of file ntddk_ex.h.
Referenced by create_fake_dll().
WORD _IMAGE_DOS_HEADER::e_cparhdr |
Definition at line 104 of file ntddk_ex.h.
Referenced by create_fake_dll().
WORD _IMAGE_DOS_HEADER::e_crlc |
Definition at line 103 of file ntddk_ex.h.
WORD _IMAGE_DOS_HEADER::e_cs |
Definition at line 111 of file ntddk_ex.h.
WORD _IMAGE_DOS_HEADER::e_csum |
Definition at line 109 of file ntddk_ex.h.
WORD _IMAGE_DOS_HEADER::e_ip |
Definition at line 110 of file ntddk_ex.h.
LONG _IMAGE_DOS_HEADER::e_lfanew |
Definition at line 118 of file ntddk_ex.h.
Referenced by __RtlImageNtHeader(), _ValidateImageBase(), build_exe(), check_exe(), create_fake_dll(), CreateOutputFile(), debug_target_get_module_machine(), debug_target_get_module_timestamp(), get_ImageBase(), get_nt_header(), get_sectionheader(), GetProcessVersion(), image_nt_header(), ImageGetDigestStream(), IMAGEHLP_GetNTHeaders(), InitializeTestImage(), InternalIsOS2OrOldWin(), main(), ParseFonFile(), pe_load_nt_header(), PeFmtCreateSection(), process_data(), read_xx_header(), RosSymCreateFromFile(), RosSymCreateFromMem(), RtlpImageNtHeaderEx(), SdbpGetModuleType(), shgfi_get_exe_type(), SOFTPUB_HashPEFile(), START_TEST(), test_create_exe_imp(), test_create_ne_imp(), test_ImportDescriptors(), test_WaitForInputIdle(), and USER32_GetResourceTable().
WORD _IMAGE_DOS_HEADER::e_lfarlc |
Definition at line 112 of file ntddk_ex.h.
Referenced by create_fake_dll().
WORD _IMAGE_DOS_HEADER::e_magic |
Definition at line 100 of file ntddk_ex.h.
Referenced by __RtlImageNtHeader(), _ValidateImageBase(), build_exe(), create_fake_dll(), debug_target_get_module_machine(), debug_target_get_module_timestamp(), get_ImageBase(), get_nt_header(), get_sectionheader(), image_nt_header(), ImageGetDigestStream(), IMAGEHLP_GetNTHeaders(), InitializeTestImage(), main(), ParseFonFile(), pe_load_nt_header(), PeFmtCreateSection(), process_data(), read_xx_header(), RtlpImageNtHeaderEx(), SdbpGetModuleType(), SOFTPUB_HashPEFile(), START_TEST(), test_FileMapping(), test_Loader(), and USER32_GetResourceTable().
WORD _IMAGE_DOS_HEADER::e_maxalloc |
Definition at line 106 of file ntddk_ex.h.
Referenced by create_fake_dll().
WORD _IMAGE_DOS_HEADER::e_minalloc |
Definition at line 105 of file ntddk_ex.h.
Referenced by create_fake_dll().
WORD _IMAGE_DOS_HEADER::e_oemid |
Definition at line 115 of file ntddk_ex.h.
WORD _IMAGE_DOS_HEADER::e_oeminfo |
Definition at line 116 of file ntddk_ex.h.
WORD _IMAGE_DOS_HEADER::e_ovno |
Definition at line 113 of file ntddk_ex.h.
WORD _IMAGE_DOS_HEADER::e_res |
Definition at line 114 of file ntddk_ex.h.
WORD _IMAGE_DOS_HEADER::e_res2 |
Definition at line 117 of file ntddk_ex.h.
WORD _IMAGE_DOS_HEADER::e_sp |
Definition at line 108 of file ntddk_ex.h.
Referenced by create_fake_dll().
WORD _IMAGE_DOS_HEADER::e_ss |
Definition at line 107 of file ntddk_ex.h.
Referenced by create_fake_dll().