Unit 'JwaImageHlp' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_LOADED_IMAGE

Declaration

Source position: jwaimagehlp.pas line 73

type _LOADED_IMAGE = record

  ModuleName: PSTR;

  hFile: HANDLE;

  MappedAddress: PUCHAR;

  FileHeader: PIMAGE_NT_HEADERS32;

  LastRvaSection: PIMAGE_SECTION_HEADER;

  NumberOfSections: ULONG;

  Sections: PIMAGE_SECTION_HEADER;

  Characteristics: ULONG;

  fSystemImage: ByteBool;

  fDOSImage: ByteBool;

  Links: LIST_ENTRY;

  SizeOfImage: ULONG;

end;


Documentation generated on: 2023-03-18