C local buf = ffi.new("char[?]", 256) local lbuf = ffi.cast("intptr_t", buf) C.EnumWindows(function(hwnd, l) if C.SendMessageA(hwnd, ...
確定! 回上一頁