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

Method HandleCustomMessage

RedisStudio/AbstractUI.h:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 virtual LRESULT HandleCustomMessage( UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled )
26 {
27 bHandled = FALSE;
28 return 0;
29 }
30
31 /// 设置窗口句柄
32 inline void SetHWND(HWND hwnd)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected