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

Method Create

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

L17: Renamed function and added parameter to also handle the window's small icon.

Source from the content-addressed store, hash-verified

2653 void Dispose();
2654 static void DestroyIconsIfUnused(HICON ahIcon, HICON ahIconSmall); // L17: Renamed function and added parameter to also handle the window's small icon.
2655 static GuiType *Create() { return new GuiType(); } // For Object::New<GuiType>().
2656 ResultType __New(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount);
2657 ResultType Invoke(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount);
2658 ResultType AddControl(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected