winapi.LRESULT
typedef long long winapi.LRESULT
Constructors
mem = winapi.LRESULT() -- memory for 1 value
mem = winapi.LRESULT[n] -- memory for n values
len = #winapi.LRESULT -- sizeof(winapi.LRESULT)
Accessors
~mem -- get value at ptr
mem:get() -- get value at ptr
mem:set(n) -- set value at ptr
mem[n] -- return element at n