1.18.8. modu_UnloadModule

[<<<] [>>>]

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
);

[<<<] [>>>]