Next Previous Up Top Contents Index

5 Function and Macro Reference

pointer-address

Function

Summary

Returns the address of a pointer.
Package

fli

Signature

pointer-address pointer => address

Arguments

pointer

An FLI pointer.

Values

address

The address pointed to by pointer.

Description

The functionpointer-address returns the address of a pointer.
Example

In the following example a pointer is defined, and its address is returned usingpointer-address.
(setq point (fli:allocate-foreign-object :type :int))

(fli:pointer-address point)

See Also

null-pointer-p
pointer-eq

LispWorks Foreign Language Interface - 12 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker