Searched refs:nCharTime (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/shellext/netshell/ |
H A D | lanstatusui.cpp | 380 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()
|