Is64BitProcess

From MultiCharts
Revision as of 22:25, 27 February 2017 by Angelina (talk | contribs) (Created page with "Returns a logical value indicating whether the current process is the 64-bit process. ==Usage== <syntaxhighlight>Is64BitProcess </syntaxhighlight> ==Example== <syntaxhig...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns a logical value indicating whether the current process is the 64-bit process.

Usage

Is64BitProcess

Example

Is64BitProcess

returns True if the current process is the 64-bit process, otherwise returns False.