Home
last modified time | relevance | path

Searched refs:nCharTime (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/shellext/netshell/
H A Dlanstatusui.cpp380 UINT nCharDate, nCharTime; in tmToStr() local
392 nCharTime = GetTimeFormatW(LOCALE_USER_DEFAULT, 0, &st, NULL, NULL, 0) + 1; in tmToStr()
395 … GetTimeFormatW(LOCALE_USER_DEFAULT, 0, &st, NULL, strBufferTime.GetBuffer(nCharTime), nCharTime)) in tmToStr()