MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / owning_struct

Class owning_struct

Source/window.cpp:1219–1219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1217
1218
1219struct owning_struct {HWND owner_hwnd; HWND first_child;};
1220HWND WindowOwnsOthers(HWND aWnd)
1221// Only finds owned windows if they are visible, by design.
1222{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected