Summary
Get a string from a pointer coming from Libopenmpt and then free it.
Syntax
public static string GetString(IntPtr strPtr)
Parameters
| Name | Type | Description |
|---|---|---|
| strPtr | IntPtr | A string pointer from Libopenmpt. |
Return Value
| Type | Description |
|---|---|
| string | A managed C# string object. |