MCPcopy Create free account
hub / github.com/cinience/RedisStudio / DoUnConnectEvent

Method DoUnConnectEvent

RedisStudio/MainFrameWhd.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void CMainFrameWnd::DoUnConnectEvent( void* data )
281{
282 SendMessage(WM_USER_UNCONNECT, (WPARAM)data);
283}
284
285LRESULT CMainFrameWnd::OnConnected( HWND hwnd, WPARAM wParam, LPARAM lParam )
286{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected