Summary
Get the core version number.
Return the OpenMPT core version number.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_get_core_version")]
public static extern int GetCoreVersion()
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Return Value
| Type | Description |
|---|---|
| int | The value represents (majormajor << 24 + major << 16 + minor << 8 + minorminor). |