| ENet Class Library for C# | 
            
             | 
          
        
       
      
        
ENetCallbacks.malloc_cb Delegate
      
     
    
      
        [Visual Basic]
        
        <UnmanagedFunctionPointer(CharSet:=CharSet.0, BestFitMapping:=False, ThrowOnUnmappableChar:=False, SetLastError:=False, CallingConvention:=CallingConvention.Cdecl)> _
Public Delegate Function malloc_cb( _
   ByVal 
size As 
IntPtr _
)
 
      
        [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