Overview
Close opened function that before opens from with .OpenLibrary.
(number) Number of your opened dll that you passed to .OpenLibrary.
Nothing.
-- Call MessageBoxA Function With 4 Parameters Memory.OpenLibrary(0, "user32.dll") a = Memory.OpenFunction(0, "MessageBoxA", DLL_CALL_STDCALL, DLL_RETURN_INT) Memory.CallFunction(a, Application.GetWndHandle(), "Test", "Test From AMSWaves", 36) Memory.CloseLibrary(0)
See also: Related Actions