Method
Libopenmpt.GetString(string)

Summary

Syntax

[DllImport(DLL, EntryPoint = "openmpt_get_string")]
public static extern IntPtr GetString(string key)

Attributes

Type Description
DllImportAttribute

Parameters

Name Type Description
key string Key to query. See LibraryMetadataType for the list of possible keys.

Return Value

Type Description
IntPtr A (possibly multi-line) string containing the queried information. If no information is available, the string is empty.