Luna::remove_module

void remove_module(Module *handle)

Removes one module from the module system. This function cannot be called when the module is currently initialized.

Parameters

  • in handle

    The module description structure pointer of the module to remove.

Valid Usage

  • handle must point to one module that is already registered by add_module.