Home | Info | Community | Development | myReactOS | Contact Us
[protected, virtual]
Reimplemented from SubclassedWindow.
Definition at line 268 of file quicklaunch.cpp.
{ CONTEXT("QuickLaunchBar::Command()"); if ((id&~0xFF) == IDC_FIRST_QUICK_ID) { QuickLaunchEntry& qle = _entries[id]; if (qle._entry) { qle._entry->launch_entry(_hwnd); return 0; } } return 0; // Don't return 1 to avoid recursion with DesktopBar::Command() }