Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SystemInfo.Is64bitWindows

Checks Windows on Windows status.

Component Version macOS Windows Linux Server iOS SDK
SystemInfo 2.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "SystemInfo.Is64bitWindows" )

Parameters

none

Result

Returns 1 or 0.

Description

Checks Windows on Windows status.
Returns 1 if you are in a 32-bit app running on a 64-bit Windows with Intel CPU.
Returns 0 otherwise, e.g. 64-bit app on 64-bit Windows. Or running on ARM version of Windows.

See also Is64bit function to know if you are in a 64-bit application.

Examples

Shows 64-bit Windows:

Show Custom Dialog ["Info"; MBS( "SystemInfo.Is64bitWindows" )]

See also

This function is free to use.

Created 18th August 2014, last changed 28th January 2023


SystemInfo.IdleTime - SystemInfo.IsAdminUser