Windows2000/private/windbg64/windbg/include/toolbar.h

13 lines
280 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++ BUILD Version: 0003 // Increment this if a change has global effects
*/
HWND GetHwnd_Toolbar();
LPSTR GetToolTipTextFor_Toolbar(UINT uToolbarId);
void WindbgCreate_Toolbar(HWND hwndParent);
//Update toolbar
void Show_Toolbar(BOOL bShow);
void EnableToolbarControls();