Searched refs:tzCaption (Results 1 – 1 of 1) sorted by relevance
298 TCHAR *tzText, *tzCaption; in OsExit() local309 tzCaption = (TCHAR*)malloc(nC * sizeof(*tzCaption)); in OsExit()312 for(i = 0; (tzCaption[i] = szCaption[i]) != 0; ++i); in OsExit()314 MessageBox(NULL, tzText, tzCaption, MB_OK | MB_ICONINFORMATION | MB_SETFOREGROUND); in OsExit()317 FREE(tzCaption); in OsExit()