Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.87 KB

ns-processthreadsapi-process_machine_information.md

File metadata and controls

68 lines (53 loc) · 1.87 KB
UID tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:processthreadsapi._PROCESS_MACHINE_INFORMATION
security
PROCESS_MACHINE_INFORMATION
09/28/2021
Windows
Specifies the architecture of a process and if that architecture of code can run in user mode, kernel mode, and/or under WoW64 on the host operating system.
false
structure
processthreadsapi.h
Windows Build 22000
Windows Build 22000
PROCESS_MACHINE_INFORMATION
apiref
HeaderDef
processthreadsapi.h
_PROCESS_MACHINE_INFORMATION
PROCESS_MACHINE_INFORMATION
_PROCESS_MACHINE_INFORMATION
processthreadsapi/_PROCESS_MACHINE_INFORMATION
PROCESS_MACHINE_INFORMATION
processthreadsapi/PROCESS_MACHINE_INFORMATION
c++

PROCESS_MACHINE_INFORMATION structure

-description

Specifies the architecture of a process and if that architecture of code can run in user mode, kernel mode, and/or under WoW64 on the host operating system.

-struct-fields

-field ProcessMachine

An IMAGE_FILE_MACHINE_* value indicating the architecture of the associated process. See the list of architecture values in Image File Machine Constants.

-field Res0

Reserved.

-field MachineAttributes

A value from the MACHINE_ATTRIBUTES enumeration indicating if the process’s architecture can run in user mode, kernel mode, and/or under WOW64 on the host operating system.

-remarks

-see-also

PROCESS_INFORMATION_CLASS