Code: Alles auswählen
BOOL CALLBACK MyEnumProc(HWND hWnd, LPARAM lParam) {
}Code: Alles auswählen
BOOL CALLBACK MyEnumProc(HWND hWnd, LPARAM lParam) {
}Code: Alles auswählen
LPTSTR title;
if(!IsWindowVisible(hWnd)) return true;
GetWindowText(hWnd, title, 32);
QString uebergabe = title;