SHFindMenuBar

This function can be used to get a handle to a menu bar window. The menu bar is the gray bar at the bottom of the screen.

HWND WINAPI SHFindMenuBar(
  HWND hwnd
);

Parameters

  • hwnd
    The window for which to find the menu bar.

Return Values

A handle to the menu bar window for the specified window.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: aygshell.h
Library: aygshell.lib

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.