You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Determines if OpenInsight is running 32-bit or 64-bit.

Syntax

Result = SRP_Is64Bit()

Returns

1 if running in 64-bit, 0 if running in 32-bit.

Remarks

SRP_Is64Bit allows you to determine at runtime whether or not you are running in 64-bit (OI 10 and later) or in 32-bit (OI 9 and earlier).

  • No labels