Next Prev Up Top Contents Index

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 function pointer-address returns the address of a pointer.

Example

In the following example a pointer is defined, and its address is returned using pointer-address .

(setq point (fli:allocate-foreign-object :type :int)) (fli:pointer-address point)
See Also

null-pointer-p

pointer-eq


LispWorks Foreign Language Interface User Guide and Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index