DrawMenuBar

Syntax

void DrawMenuBar(hWnd)

This function redraws the menu bar. If a menu bar is changed after Windows has created the window, this function should be called to draw the changed menu bar.

Parameter Type/Description  
hWnd HWND Identifies the window whose menu needs redrawing.  

Return Value

None.