Summary
Unload a previously created openmpt_module from memory.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_destroy")]
public static extern void ModuleDestroy(IntPtr mod)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| mod | IntPtr | The module to unload. |