Delegate
ModuleExtInterfaceInteractive.ModuleExtInterfaceInteractive.PlayNoteDelegate

Summary

Syntax

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate int ModuleExtInterfaceInteractive.PlayNoteDelegate(IntPtr modExt, int instrument, int note, double volume, double panning) : 
    MulticastDelegate, ICloneable, ISerializable

Operators

Name Value Summary
operator !=(Delegate, Delegate) bool
Inherited from Delegate
operator !=(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate
operator ==(Delegate, Delegate) bool
Inherited from Delegate
operator ==(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate

See Also