Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dmonthcal.c2368 SYSTEMTIME st_ht; in MONTHCAL_MouseMove() local
2389 st_ht = ht.st; in MONTHCAL_MouseMove()
2403 if(MONTHCAL_IsDateEqual(&infoPtr->firstSel, &st_ht) && in MONTHCAL_MouseMove()
2406 MONTHCAL_IsSelRangeValid(infoPtr, &st_ht, &infoPtr->firstSel, &st_ht); in MONTHCAL_MouseMove()
2410 MONTHCAL_CopyDate(&st_ht, &st[1]); in MONTHCAL_MouseMove()