Returns a boolean indicating whether it's a 32-bit process on a 64-bit OS.
Syntax
Smartsite SXML | Copy Code |
---|---|
boolean env.is32bitprocesson64bit() |
Parameters
This Viper method does not expose any parameters.
Return Value
Data Type | Description |
---|---|
Boolean | True when it's a 32-bit process on a 64-bit OS; otherwise, false. |