ENet Class Library for C# |
|
ENetPacket.freeCallback_cb Delegate
[Visual Basic]
<UnmanagedFunctionPointer(CharSet:=CharSet.0, BestFitMapping:=False, ThrowOnUnmappableChar:=False, SetLastError:=False, CallingConvention:=CallingConvention.Cdecl)> _
Public Delegate Function freeCallback_cb( _
ByVal
packet As
ENetPacket* _
)
[C#]
[UnmanagedFunctionPointer(CharSet=CharSet.0, BestFitMapping=False, ThrowOnUnmappableChar=False, SetLastError=False, CallingConvention=CallingConvention.Cdecl)]
Requirements
Namespace:
ENet.Native
Assembly: ENet (in ENet.dll)
See Also
ENet.Native Namespace