getVar


Build in function to get a pointer to the Var structure of a user-defined variable.

var_ptr := getVar(var)
var_ptr := getVar(%varContainingNameOfVar%)

Parameters

Parameter

Description

var

A reference to a user-defined variable.

Return Value

Value from an ExprTokenType structure.

Remarks

None

Related

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

Example

; None.