Method
LibopenmptUtility.TryCreateModuleFromMemory(byte[], IntPtr)

Summary

Syntax

public static bool TryCreateModuleFromMemory(byte[] data, out IntPtr mod)

Parameters

Name Type Description
data byte[] Data to load the module from.
mod IntPtr The output argument that will contain the module extension handle. It is required to use the Libopenmpt methods.

Return Value

Type Description
bool Returns true if the module has been constructed successfully, false otherwise.