Windows2000/private/windbg64/windbg/include/toolbar.h
2020-09-30 17:12:32 +02:00

13 lines
280 B
C

/*++ 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();