Summary
Get current ctl floatingpoint value.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_ctl_get_floatingpoint")]
public static extern double ModuleCtlGetFloatingPoint(IntPtr mod, string key)
Attributes
Type | Description |
---|---|
DllImportAttribute |
Parameters
Name | Type | Description |
---|---|---|
mod | IntPtr | The module handle to work on. |
key | string | The ctl key whose value should be retrieved. |
Return Value
Type | Description |
---|---|
double | The associated ctl value, or NULL on failure. |