Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 169 Bytes

File metadata and controls

6 lines (4 loc) · 169 Bytes

win32api常用

  • Beep(fre,dur) 调用系统声音

  • win32api.ClipCursor((0,0,0,0)) 局限鼠标在一个范围内

  • win32api.CloseHandle(handle) 关闭指定句柄