Method
Libopenmpt.ModuleDestroy(IntPtr)

Summary

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.