Summary
Get the list of supported metadata item keys.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_metadata_keys")]
public static extern IntPtr ModuleGetMetadataKeys(IntPtr mod)
Attributes
Type | Description |
---|---|
DllImportAttribute |
Parameters
Name | Type | Description |
---|---|---|
mod | IntPtr | The module handle to work on. |
Return Value
Type | Description |
---|---|
IntPtr | Metadata item keys supported by openmpt_module_get_metadata, as a semicolon-separated list. |