Overview
Free memory that your subclass use(this is very important you free your subclass before your program closed).
(number) Unique number that you create your subclass with that.
(number) Returns 1 if its equal or 0 if it doesn't match.
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
function test(hWnd, uMsg, wParam, lParam) --do something --do something end Memory.CreateWindowSubClass(Application.GetWndHandle(), 0, "test"); Memory.FreeWindowSubClass(0);
See also: Related Actions