ENet Class Library for C#

ENetCompressor.destroy_cb Delegate

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

Requirements

Namespace: ENet.Native

Assembly: ENet (in ENet.dll)

See Also

ENet.Native Namespace