代码记录工具GetWindow遍历所有窗口和子窗口

易语言 2020-06-22 16:21:15

代码记录工具GetWindow遍历所有窗口和子窗口开源。
HWND GetWindow(HWND hWnd,int nCmd)
HWND GetDesktopWindow(void)
DWORD GetWindowThreadProcessId(HWND nWnd,LPDWORD lpdwProcessId)
int GetClassNameA(HWND hWnd, LPSTR lpClassName,int nMaxCount)
int GetWindowTextA(HWND hWnd,LPSTR lpString,int nMaxCount)