Edit

IMAGE_FILE_MACHINES structure (winnt.h)

Syntax

typedef struct _IMAGE_FILE_MACHINES {
  union {
    DWORD Value;
    struct {
      DWORD MachineX86 : 1;
      DWORD MachineAmd64 : 1;
      DWORD MachineArm : 1;
      DWORD MachineArm64 : 1;
      DWORD MachineArm64EC : 1;
    } DUMMYSTRUCTNAME;
  } DUMMYUNIONNAME;
} IMAGE_FILE_MACHINES;

Members

DUMMYUNIONNAME

DUMMYUNIONNAME.Value

DUMMYUNIONNAME.DUMMYSTRUCTNAME

DUMMYUNIONNAME.DUMMYSTRUCTNAME.MachineX86

DUMMYUNIONNAME.DUMMYSTRUCTNAME.MachineAmd64

DUMMYUNIONNAME.DUMMYSTRUCTNAME.MachineArm

DUMMYUNIONNAME.DUMMYSTRUCTNAME.MachineArm64

DUMMYUNIONNAME.DUMMYSTRUCTNAME.MachineArm64EC

Requirements

Requirement Value
Header winnt.h