Difference between revisions of "ObjectType:int64ptr"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 17: Line 17:
 
===Display a int64 pointer's address===
 
===Display a int64 pointer's address===
 
*echo Memory Address: ${Point1.Address}
 
*echo Memory Address: ${Point1.Address}
 +
 +
== Operates On ==
 +
<tt>__int64 *</tt>
 +
 +
Note: This type is identical to int64, and is only provided for completeness.
  
 
== See Also ==
 
== See Also ==

Revision as of 22:02, 15 December 2005

Description

An int64ptr is simply a pointer to an int64. The type inherits int64, and can be used as if it were an int64.

Members

  • int Address: The memory address of the actual int64

Methods

(none)

Inherits

Returns

The string representation of this int64

Examples

Display a int64 pointer's address

  • echo Memory Address: ${Point1.Address}

Operates On

__int64 *

Note: This type is identical to int64, and is only provided for completeness.

See Also