windows-nt/Source/XPSP1/NT/shell/shdocvw/utilmenu.h

11 lines
151 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _UTILMENU_H_
#define _UTILMENU_H_
//
// Menu utility functions
//
HRESULT CreateMenuBandFrame(IMenuPopup ** ppmp);
#endif // _UTILMENU_H_