MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / OnTimer

Method OnTimer

ReClass/CMainFrame.cpp:619–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619void CMainFrame::OnTimer( UINT_PTR nIDEvent )
620{
621 if (nIDEvent == TIMER_MEMORYMAP_UPDATE)
622 UpdateMemoryMap( );
623
624 CMDIFrameWndEx::OnTimer( nIDEvent );
625}
626
627void CMainFrame::OnCheckTopmost( )
628{

Callers

nothing calls this directly

Calls 1

UpdateMemoryMapFunction · 0.85

Tested by

no test coverage detected