7.10 The C structure

setPtrData

Function

Signature:
val setPtrData : { ptr:c_object, data:c_object } -> unit

Description:

This sets the data that is addressed by the pointer object, ptr, to the data specified by the object data. The c_type of ptr can be any pointer c_type and the c_type of data must be compatible with this.

This function indirectly assigns data into the space referred to by pointer.


MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker