MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / OptionsOnNotify

Function OptionsOnNotify

src/windows/OptionsDialog.cpp:777–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777static bool OptionsOnNotify(HWND hwndTab, HWND hWnd, LPARAM lParam)
778{
779 switch (((LPNMHDR)lParam)->code)
780 {
781 case TCN_SELCHANGE:
782 OnSelChanged(hWnd);
783 break;
784 }
785 return TRUE;
786}
787
788static INT_PTR CALLBACK DialogProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
789{

Callers 1

DialogProcFunction · 0.85

Calls 1

OnSelChangedFunction · 0.85

Tested by

no test coverage detected