LibFree


 

LibFree>module_handle

 

Not supported in Macro Scheduler Lite.

 

Frees a library previously loaded with LibLoad.

 

Abbreviation : LFR

See also: LibLoad, LibFunc

 

Examples

 

LibLoad>user32,hDll

Let>WIN_USEHANDLE=1

GetActiveWindow>win,x,y

LibFunc>hDll,GetWindowTextLengthA,wtlen,win

Let>buffer_SIZE=wtlen

LibFunc>hDll,GetWindowTextA,gwt,win,buffer,wtlen

MessageModal>Window Text: %gwt_2%

LibFree>hDll