7.10 The C structure

setPtrAddr

Function

Signature:
val setPtrAddr : { ptr:c_object, addr:c_object } -> unit

Description:

This sets the given pointer object ptr to reference the address value given by addr (see above). The c_type of ptr is any pointer c_type and the c_type of addr is any numeric type capable of representing a machine address or an appropriate pointer type.

This function makes a pointer object refer to a given address.


MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker