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.
hwnd
Identifies the window whose menu must be redrawn.
This function does not return a value.