sysinfo
Returns various system and application information values.
Available in:
| Apps (win) |
Apps (char) |
Reportwriter |
RPC |
Standalone PL |
| X |
X |
X |
|
X |
Syntax
int sysinfo(option)
int option
Description
Sysinfo returns an integer value for various system and application
information. The valid option values are defined in trim.h:
|
sysinfo_memory | The total amount of memory
allocated by the application.
|
|
sysinfo_heapsize | The minimum heap size for the
application. This is the value of heap_block_size in
dv.ini/trim.ini.
|
|
sysinfo_bits | The CPU word's bitsize.
|