Revision [332]

This is an old revision of ioFreeModule made by JohnMcIntosh on 2008-10-22 03:16:01.

 

sqInt ioFreeModule(void *moduleHandle)


Parms:
moduleHandle magic number that identifies this handle
return: NONE, fake return of zero
From: Interpreter
Why:
To unload the module from memory when we want to dispose of it

Responsibility:
Attempt to unload the indicated module.

MacIntosh
os-9/OSXCarbon
copy of unix code
does print diagnostic messages if Squeak_debug is set in info.plist

Cocoa:
TBD

iPhone
not supported

Unix
dlclose()

Windows
FreeLibrary()

BUGS

There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki