Searched refs:bEnable (Results 1 – 7 of 7) sorted by relevance
792 void CPWL_Wnd::EnableWindow(bool bEnable) { in EnableWindow() argument793 if (m_bEnabled == bEnable) in EnableWindow()798 pChild->EnableWindow(bEnable); in EnableWindow()800 m_bEnabled = bEnable; in EnableWindow()
233 void EnableWindow(bool bEnable);
9019 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);
10043 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);178838 int bEnable; /* True if currently recording */180105 if( pSession->bEnable==0 ) continue;180444 pNew->bEnable = 1;181287 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){181290 if( bEnable>=0 ){181291 pSession->bEnable = bEnable;181293 ret = pSession->bEnable;
10043 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable);178810 int bEnable; /* True if currently recording */180077 if( pSession->bEnable==0 ) continue;180416 pNew->bEnable = 1;181259 SQLITE_API int sqlite3session_enable(sqlite3_session *pSession, int bEnable){181262 if( bEnable>=0 ){181263 pSession->bEnable = bEnable;181265 ret = pSession->bEnable;
1462 EnableWindow(hWnd ptr[inout, intptr], bEnable int32)