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