Code: Alles auswählen
LPTSTR title;
if(!IsWindowVisible(hWnd)) return true;
GetWindowText(hWnd, title, 32);
QString uebergabe = title;Code: Alles auswählen
LPTSTR title;
if(!IsWindowVisible(hWnd)) return true;
GetWindowText(hWnd, title, 32);
QString uebergabe = title;Code: Alles auswählen
BOOL CALLBACK MyEnumProc(HWND hWnd, LPARAM lParam) {
}Wohl eher wchar_t*PeterLustig hat geschrieben:LPTSTR ist nichts weiter als wchar_t,