Tao.Lua SDK Documentation

Lua.lua_Alloc Delegate

[Visual Basic]
Public Delegate Function Lua.lua_Alloc( _
   ByVal ud As IntPtr, _
   ByVal ptr As IntPtr, _
   ByVal osize As UInt32, _
   ByVal nsize As UInt32 _
) As IntPtr
[C#]
public delegate IntPtr Lua.lua_Alloc(
   IntPtr ud,
   IntPtr ptr,
   uint osize,
   uint nsize
);

Requirements

Namespace: Tao.Lua

Assembly: Tao.Lua (in Tao.Lua.dll)

See Also

Tao.Lua Namespace