EndMenu function user32

int EndMenu()

Ends the calling thread's active menu.

BOOL EndMenu();

Implementation

int EndMenu() => _EndMenu();