ReactOS 0.4.16-dev-125-g798ea90
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
HRESULT | UpdateStartMenu (IN OUT IMenuPopup *pMenuPopup, IN HBITMAP hbmBanner OPTIONAL, IN BOOL bSmallIcons, IN BOOL bRefresh) |
IMenuPopup * | CreateStartMenu (IN ITrayWindow *Tray, OUT IMenuBand **ppMenuBand, IN HBITMAP hbmBanner OPTIONAL, IN BOOL bSmallIcons) |
IMenuPopup * CreateStartMenu | ( | IN ITrayWindow * | Tray, |
OUT IMenuBand ** | ppMenuBand, | ||
IN HBITMAP hbmBanner | OPTIONAL, | ||
IN BOOL | bSmallIcons | ||
) |
Definition at line 50 of file startmnu.cpp.
Referenced by CTrayWindow::OnCreate(), and CTrayWindow::OnSettingChanged().
HRESULT UpdateStartMenu | ( | IN OUT IMenuPopup * | pMenuPopup, |
IN HBITMAP hbmBanner | OPTIONAL, | ||
IN BOOL | bSmallIcons, | ||
IN BOOL | bRefresh | ||
) |
Definition at line 24 of file startmnu.cpp.
Referenced by CreateStartMenu(), and CTrayWindow::OnSettingChanged().