Memory.FreeWindowSubClass

number Memory.FreeWindowSubClass ( 

number  ID )

Description

Free memory that your subclass use(this is very important you free your subclass before your program closed).

Parameters

ID

(number) Unique number that you create your subclass with that.

Returns

(number) Returns 1 if its equal or 0 if it doesn't match.

ResultVariable

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.

Example

function test(hWnd, uMsg, wParam, lParam) --do something --do something end Memory.CreateWindowSubClass(Application.GetWndHandle(), 0, "test"); Memory.FreeWindowSubClass(0);

See also:  Related Actions

Сайт управляется системой uCoz