10.6Functions

derefPtr

Dereferences a pointer to pointer.

derefPtr( ptr )
ptr The pointer to be dereferenced.
ReturnThe pointer stored at the location indicated by ptr, as a pointer-sized integer.

This function can be used to access data stored into indirect pointers either returned or stored into by-reference parameters or structures by foreign functions.

dynExt

Return a system dependent dynamic library extension.

dynExt()
ReturnA string containing the local platform dynamic library extension.

This methods return one of the following values:

- "dll" if the underlying system is an MS-Windows system.

It is possible to use this string to load the "same" dynamic library, exporting the same functions, on different platforms.

Made with http://www.falconpl.org