modu_UnloadModule

[<<<] [>>>]

@c Unload the named module

This function unloads the named module. Note that this function is not called unless some extension module calls it to unload another module.

Currently there is no support for a module to unload itself.

int modu_UnloadModule(pExecuteObject pEo,
                      char *pszLibraryFile
  )@{

[<<<] [>>>]