Summary
Get render parameter.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_render_param")]
public static extern int ModuleGetRenderParam(IntPtr mod, RenderParamIndices param, out int value)
Attributes
| Type |
Description |
| DllImportAttribute |
|
Parameters
| Name |
Type |
Description |
| mod |
IntPtr |
The module handle to work on. |
| param |
RenderParamIndices |
Parameter to query. See RenderParamIndices |
| value |
int |
Pointer to the variable that receives the current value of the parameter. |
Return Value
| Type |
Description |
| int |
1 on success, 0 on failure (invalid param or value is NULL). |