Summary
Get a sub-song name.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_subsong_name")]
public static extern IntPtr ModuleGetSubsongName(IntPtr mod, int index)
Attributes
Type | Description |
---|---|
DllImportAttribute |
Parameters
Name | Type | Description |
---|---|---|
mod | IntPtr | The module handle to work on. |
index | int | The sub-song whose name should be retrieved. |
Return Value
Type | Description |
---|---|
IntPtr | The sub-song name. |