InfoResources
Returns the local computer’s disposable resources.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
InfoResources | System Info | Synchronous | Supported | Supported | Supported | Not supported |
Syntax
- numSelect
- A numeric flag that specifies which resource to examine:
Value Description 0 System functions (%) 1 GDI functions (%) 2 USER functions (%) 3 Memory (in bytes)
Examples
Tag Name | Expression |
---|---|
Tag | InfoResources( 0 ) // Returned value = 76.000000 |
Tag | InfoResources( 1 ) // Returned value = 76.000000 |
Tag | InfoResources( 2 ) // Returned value = 80.000000 |
Tag | InfoResources( 3 ) // Returned value = 16150528.000000 |
Note: The only valid selection on an Windows PC station is 3. Selecting 0, 1 or 2 returns 0.000000 only.