DataType:uintptr
From Lavish Software Wiki
Contents |
[edit]
Description
An uintptr is simply a pointer to a uint. The type inherits uint, and can be used as if it were a uint.
[edit]
Members
- uint Address: The memory address of the actual integer
[edit]
Methods
(none)
[edit]
Inherits
[edit]
Returns
The string representation of this uint
[edit]
Examples
[edit]
Display a integer pointers address
- echo Memory Address: ${Point1.Address}
[edit]
Operates On
unsigned int *
[edit]
