Line | Code | Value | Export IDENTIFIER |
60 | if (wcsftime(str, sizeof(str)/sizeof(wchar_t), _T("%#x"), (const struct tm *)&thetime) && | %#x | |
64 | if (wcsftime(str, sizeof(str)/sizeof(wchar_t), _T("%X"), (const struct tm *)&thetime)) | %X | |
128 | wcscpy_s(lf.lfFaceName, LF_FACESIZE, _T("Microsoft Sans Serif")); | Microsoft Sans Serif | |
141 | wcscpy_s(lf.lfFaceName, LF_FACESIZE, _T("Microsoft Sans Serif")); | Microsoft Sans Serif | |
238 | //_tperror(_T("Initialize")); | Initialize | |
| | | |