Method
Libopenmpt.ModuleCtlGetBoolean(IntPtr, string)

Summary

Syntax

[DllImport(DLL, EntryPoint = "openmpt_module_ctl_get_boolean")]
public static extern bool ModuleCtlGetBoolean(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
bool The associated ctl value, or NULL on failure.