====== WIN64 property (System) ====== ==== Description ==== Returns a pair of flags denoting if the OS and the Presentation Server are 64-bit processes. ==== Property Value ==== This property is an @fm-delimited array formatted as follows: <1> OS 64-bit flag – Returns TRUE$ if Windows is 64-bit <2> PS 64-bit flag – Returns TRUE$ if the Presentation Server is a 64-bit process ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get|No|No|No| ==== Remarks ==== N/A ==== Example ==== Win64Flags = Get_Property( "SYSTEM", "WIN64" ) ==== See Also ==== N/A