Summary
Retrieve the openmpt_module handle from an openmpt_module_ext handle.
Syntax
[DllImport(Libopenmpt.DLL, EntryPoint = "openmpt_module_ext_get_module")]
public static extern IntPtr ModuleExtGetModule(IntPtr modExt)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| modExt | IntPtr | The extension module handle to convert |
Return Value
| Type | Description |
|---|---|
| IntPtr | An equivalent openmpt_module handle to pass to standard libopenmpt functions |