2
0
Mark Sibly 7 жил өмнө
parent
commit
94498e3302

+ 2 - 0
modules/win32/win32.monkey2

@@ -169,6 +169,8 @@ Function OpenProcess:HANDLE( dwDesiredAccess:DWORD,bInheritHandle:BOOL_,dwProces
 	
 Function GetCurrentProcess:HANDLE()
 	
+Function CloseHandle:BOOL_( hObject:HANDLE )
+	
 'user32
 
 Function MessageBoxW:Int( hWnd:HWND,lpText:WString,lpCaption:WString,uType:UInt )