ENet Class Library for C#

ENetCallbacks.no_memory_cb Delegate

[Visual Basic]
<UnmanagedFunctionPointer(CharSet:=CharSet.0, BestFitMapping:=False, ThrowOnUnmappableChar:=False, SetLastError:=False, CallingConvention:=CallingConvention.Cdecl)> _
Public Delegate Function no_memory_cb()
[C#]
[UnmanagedFunctionPointer(CharSet=CharSet.0, BestFitMapping=False, ThrowOnUnmappableChar=False, SetLastError=False, CallingConvention=CallingConvention.Cdecl)]
public delegate void no_memory_cb();

Requirements

Namespace: ENet.Native

Assembly: ENet (in ENet.dll)

See Also

ENet.Native Namespace