Difference between revisions of "ObjectType:uintptr"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 17: Line 17:
 
===Display a integer pointers address===
 
===Display a integer pointers address===
 
*echo Memory Address: ${Point1.Address}
 
*echo Memory Address: ${Point1.Address}
 +
 +
== Operates On ==
 +
<tt>unsigned int *</tt>
  
 
== See Also ==
 
== See Also ==

Revision as of 22:02, 15 December 2005

Description

An uintptr is simply a pointer to a uint. The type inherits uint, and can be used as if it were a uint.

Members

  • uint Address: The memory address of the actual integer

Methods

(none)

Inherits

Returns

The string representation of this uint

Examples

Display a integer pointers address

  • echo Memory Address: ${Point1.Address}

Operates On

unsigned int *

See Also