ReactOS 0.4.15-dev-7131-ge4d03f4
|
#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) |
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 44 of file startmnu.cpp.
Referenced by CTrayWindow::OnCreate().
HRESULT UpdateStartMenu | ( | IN OUT IMenuPopup * | pMenuPopup, |
IN HBITMAP hbmBanner | OPTIONAL, | ||
IN BOOL | bSmallIcons | ||
) |
Definition at line 24 of file startmnu.cpp.
Referenced by CreateStartMenu().