Guest User

Untitled

a guest
Oct 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #dll内のメソッド呼ぶ方法、これ自体に特に意味はない
  2.  
  3. require "Win32API"
  4.  
  5. MessageBox = Win32API.new("user32", "MessageBoxA", %w(P P P I), "I");
  6. MessageBox.call(0, "Hello Windows!", "dlhello", 0);
Add Comment
Please, Sign In to add comment