Summary
Get the number of orders.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_num_orders")]
public static extern int ModuleGetNumOrders(IntPtr mod)
Attributes
Type | Description |
---|---|
DllImportAttribute |
Parameters
Name | Type | Description |
---|---|---|
mod | IntPtr | The module handle to work on. |
Return Value
Type | Description |
---|---|
int | The number of orders in the current sequence of the module. |