Searched refs:lCount (Results 1 – 2 of 2) sorted by relevance
150 virtual BOOL OnIdle(LONG lCount);
1196 BOOL CLeashApp::OnIdle(LONG lCount) in OnIdle() argument1199 BOOL retval = CWinAppEx::OnIdle(lCount); in OnIdle()1200 if ((lCount == 0) && m_bUpdateDisplay) { in OnIdle()