MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / FuncLibrary

Class FuncLibrary

source/script.h:3033–3037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3031 ResultType DefineFunc(LPTSTR aBuf, bool aStatic = false, bool aIsInExpression = false);
3032#ifndef AUTOHOTKEYSC
3033 struct FuncLibrary
3034 {
3035 LPTSTR path;
3036 size_t length;
3037 };
3038 void InitFuncLibraries(FuncLibrary aLibs[]);
3039 void InitFuncLibrary(FuncLibrary &aLib, LPTSTR aPathBase, LPTSTR aPathSuffix);
3040 void IncludeLibrary(LPTSTR aFuncName, size_t aFuncNameLength, bool &aErrorWasShown, bool &aFileWasFound);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected