Summary
Free a string returned by libopenmpt.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_free_string")]
public static extern void FreeString(IntPtr str)
Attributes
Type | Description |
---|---|
DllImportAttribute |
Parameters
Name | Type | Description |
---|---|---|
str | IntPtr | The pointer to the string that need to be freed. |