BOOL CALLBACK EnumWindowsProc(HWND hWnd, LPARAM lParam) //callback function { TCHAR str[255];
if (!hWnd){ return TRUE; // Not a window } if (IsWindo