GetMenu function user32

int GetMenu(
  1. int hWnd
)

Retrieves a handle to the menu assigned to the specified window.

HMENU GetMenu(
  HWND hWnd
);

Implementation

int GetMenu(int hWnd) => _GetMenu(hWnd);