Method
Libopenmpt.FreeString(IntPtr)

Summary

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.