Searched refs:nReshowTime (Results 1 – 1 of 1) sorted by relevance
142 INT nReshowTime; member893 SetTimer (infoPtr->hwndSelf, ID_TIMERLEAVE, infoPtr->nReshowTime, 0); in TOOLTIPS_Show()1378 return infoPtr->nReshowTime; in TOOLTIPS_GetDelayTime()1594 SetTimer (infoPtr->hwndSelf, ID_TIMERSHOW, infoPtr->nReshowTime, 0); in TOOLTIPS_RelayEvent()1621 infoPtr->nReshowTime = nTime / 5; in TOOLTIPS_SetDelayTime()1629 infoPtr->nReshowTime = nTime; in TOOLTIPS_SetDelayTime()2135 SetTimer (infoPtr->hwndSelf, ID_TIMERSHOW, infoPtr->nReshowTime, 0); in TOOLTIPS_Timer()