Summary
Get current ctl string value.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_ctl_get_text")]
public static extern IntPtr ModuleCtlGetText(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 |
|---|---|
| IntPtr | The associated ctl value, or NULL on failure. |