Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

IMAGE_OPTIONAL_HEADER64 (Structures)
 
.
Summary
TODO - a short description

C# Definition:

struct IMAGE_OPTIONAL_HEADER64 {
   public TODO;
}

VB Definition:

  <StructLayout(LayoutKind.Sequential, Pack:=1)> _
  Public Structure IMAGE_OPTIONAL_HEADER64
    Public Magic As UInt16
    Public MajorLinkerVersion As [Byte]
    Public MinorLinkerVersion As [Byte]
    Public SizeOfCode As UInt32
    Public SizeOfInitializedData As UInt32
    Public SizeOfUninitializedData As UInt32
    Public AddressOfEntryPoint As UInt32
    Public BaseOfCode As UInt32
    Public ImageBase As UInt64
    Public SectionAlignment As UInt32
    Public FileAlignment As UInt32
    Public MajorOperatingSystemVersion As UInt16
    Public MinorOperatingSystemVersion As UInt16
    Public MajorImageVersion As UInt16
    Public MinorImageVersion As UInt16
    Public MajorSubsystemVersion As UInt16
    Public MinorSubsystemVersion As UInt16
    Public Win32VersionValue As UInt32
    Public SizeOfImage As UInt32
    Public SizeOfHeaders As UInt32
    Public CheckSum As UInt32
    Public Subsystem As UInt16
    Public DllCharacteristics As UInt16
    Public SizeOfStackReserve As UInt64
    Public SizeOfStackCommit As UInt64
    Public SizeOfHeapReserve As UInt64
    Public SizeOfHeapCommit As UInt64
    Public LoaderFlags As UInt32
    Public NumberOfRvaAndSizes As UInt32
  End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions