FindFunc


Build in function to retrieve a pointer to the Func structure of a function with the given name.

func_ptr := FindFunc(FuncName)

Parameters

Parameter

Description

FuncName

The name of a user-defined or built-in function.

Return Value

Pointer to a function.

Remarks

None

Related

AutoHotkey.dll, ahkdll, ahktextdll, ahkReady, addFile, addScript, ahkExec, ahkLabel, ahkFunction, ahkPostFunction, ahkassign, ahkgetvar, ahkTerminate, ahkReload, ahkFindFunc, ahkFindLabel, ahkPause, ahkExecuteLine, Alias, cacheEnable, FindLabel, getTokenValue, getVar, Static, AutoHotkeyMini, DynaCall, CriticalSection, CriticalObject, MemoryLoadLibrary, ResourceLoadLibrary, MemoryGetProcAddress, MemoryFreeLibrary, Other Changes

Example

; None.