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

Method __New

source/input_object.cpp:56–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56ResultType InputObject::__New(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)
57{
58 _f_param_string_opt(aOptions, 0);
59 _f_param_string_opt(aEndKeys, 1);
60 _f_param_string_opt(aMatchList, 2);
61
62 if (!Setup(aOptions, aEndKeys, aMatchList, _tcslen(aMatchList)))
63 _o_return_FAIL;
64
65 _o_return_empty;
66}
67
68
69ResultType InputObject::Setup(LPTSTR aOptions, LPTSTR aEndKeys, LPTSTR aMatchList, size_t aMatchList_length)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected