bool Plist::PostUpdate() { PanelInfo pi = {sizeof(PanelInfo)}; if(!Control(FCTL_GETPANELINFO, &pi)) return false; DWORD dwCtrlR = KEY_CTRL | L'R'; KeySequence ks = { 0, 1, &dwCtrlR }; (*PsInfo.AdvControl)(PsInfo.ModuleNumber, ACTL_POSTKEYSEQUENCE, &ks); Control(FCTL_REDRAWPANEL, nullptr); return true; } */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected