Searched refs:titleLen (Results 1 – 1 of 1) sorted by relevance
390 int titleLen; in WIN_CreateWindowFrom() local394 titleLen = GetWindowTextLength(hwnd); in WIN_CreateWindowFrom()395 title = SDL_small_alloc(TCHAR, titleLen + 1, &isstack); in WIN_CreateWindowFrom()397 titleLen = GetWindowText(hwnd, title, titleLen + 1); in WIN_CreateWindowFrom()399 titleLen = 0; in WIN_CreateWindowFrom()401 if (titleLen > 0) { in WIN_CreateWindowFrom()
Completed in 7 milliseconds