DrawMenuBar

2.x

  void DrawMenuBar(hwnd)    
  HWND hwnd; /* handle of window with menu bar to redraw */

The DrawMenuBar function redraws the menu bar of the given window. If a menu bar is changed after Windows has created the window, an application should call this function to draw the changed menu bar.

Parameters

hwnd

Identifies the window whose menu must be redrawn.

Return Value

This function does not return a value.