Home
last modified time | relevance | path

Searched refs:_modulePath (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp275 cfg._modulePath = node.get("module").c_str(); in read_config()
323 cfg_pos["module"] = cfg._modulePath.c_str(); in write_config()
830 if (!_modulePath.empty() && !props._modulePath.empty()) in match()
831 if (!_tcsicmp(props._modulePath, _modulePath)) in match()
839 if (entry._modulePath.empty()) { in DetermineHideState()
844 entry._modulePath = modulePath; in DetermineHideState()
1006 if (!cfg_entry._modulePath.empty()) { in Refresh()
1007 if ((int)ExtractIconEx(cfg_entry._modulePath, 0, NULL, &hicon, 1) <= 0) in Refresh()
1176 SetDlgItemText(_hwnd, IDC_NOTIFY_MODULE, entry._modulePath); in RefreshProperties()
1188 if (!hicon && !entry._modulePath.empty()) { in RefreshProperties()
[all …]
H A Dtraynotify.h81 String _modulePath; // to identify notification icons is an extension above XP's behaviour. member