The GetMenuItemRect function retrieves the bounding rectangle for the specified menu item.
BOOL GetMenuItemRect(
HWND hWnd,
HMENU hMenu,
UINT uItem,
LPRECT lprcItem
);
Windows NT 5.0 and Windows 98: If this value is NULL and the hMenu parameter represents a popup menu, the function will find the menu window.
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, use the GetLastError function.
Windows NT: Requires version 4.0 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in winuser.h.
Import Library: Use user32.lib.
Menus Overview, Menu Functions, RECT