The ptr function

Description

The ptr function converts an operating system address into a virtual machine address. The type of the value returned by this function is always a generic pointer type, which is compatible with all other pointer types.

Parameter

The ptr function's only parameter is an expression of integral type, or address type.

Portability

Operating Systems: All
Standard Pascal: No