Searched refs:iTimeBufSize (Results 1 – 1 of 1) sorted by relevance
44 int iDateBufSize, iTimeBufSize; in FormatDateTime() local54 iTimeBufSize = GetTimeFormatW(LOCALE_USER_DEFAULT, in FormatDateTime()61 if ( (iDateBufSize > 0) && (iTimeBufSize > 0) ) in FormatDateTime()63 lpszDateTime = (LPWSTR)MemAlloc(0, (iDateBufSize + iTimeBufSize) * sizeof(WCHAR)); in FormatDateTime()77 iTimeBufSize); in FormatDateTime()