L17: Renamed function and added parameter to also handle the window's small icon.
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected