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

Method FindControl

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

Source from the content-addressed store, hash-verified

2721 return NO_CONTROL_INDEX;
2722 }
2723 GuiControlType *FindControl(HWND aHwnd)
2724 {
2725 GuiIndexType index = FindControlIndex(aHwnd);
2726 return index == NO_CONTROL_INDEX ? NULL : mControl[index];
2727 }
2728
2729 int FindGroup(GuiIndexType aControlIndex, GuiIndexType &aGroupStart, GuiIndexType &aGroupEnd);
2730

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected