Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |