Next Previous Up Top Contents Index

1.5 Designator classes

pointer-address

Function

Summary

Recovers the address from an instance of <C-pointer> and returns it as a Dylan <machine-word>.

Signature

pointer-address C-pointer => address 

Arguments

c-pointer
An instance of <C-pointer>.

Values

address
An instance of <machine-word>.

Library

c-ffi

Module

c-ffi

Description

Recovers the address from an instance of <C-pointer> and returns it as a Dylan <machine-word>.

Library

c-ffi

Module

c-ffi


C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index