Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.h150 virtual BOOL OnIdle(LONG lCount);
H A DLeash.cpp1196 BOOL CLeashApp::OnIdle(LONG lCount) in OnIdle() argument
1199 BOOL retval = CWinAppEx::OnIdle(lCount); in OnIdle()
1200 if ((lCount == 0) && m_bUpdateDisplay) { in OnIdle()