MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / AddChildNode

Method AddChildNode

WinArk/WindowsView.cpp:283–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283BOOL CWindowsView::AddChildNode(HWND hChild) {
284 if (::GetAncestor(hChild, GA_PARENT) == (HWND)m_Tree.GetItemData(m_hCurrentNode)) {
285 AddNode(hChild, m_hCurrentNode);
286 }
287 return TRUE;
288}
289
290void CWindowsView::AddChildWindows(std::vector<HWND>& v, HWND hParent, bool directOnly) {
291 struct LocalInfo {

Callers 1

AddChildWindowsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected