Home > Software engineering >  Traverse the child window code, you help take a look
Traverse the child window code, you help take a look

Time:11-21

 
The HWND h=: : FindWindowExW (ph, NULL, NULL, NULL);
While (h)
{
WCHAR m_strTitle [MAX_PATH];
WCHAR m_strClass [MAX_PATH];
//show...
H=: : FindWindowExW (ph, h, NULL, NULL);
}


Is there any problem?
thank you

CodePudding user response:

Search no problem child window
  • Related