Method
LibopenmptUtility.TryCreateModuleExtFromMemory(byte[], IntPtr)

Summary

Syntax

public static bool TryCreateModuleExtFromMemory(byte[] data, out IntPtr modExt)

Parameters

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

Return Value

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