TranslateMDISysAccel function user32

bool TranslateMDISysAccel(
  1. HWND hWndClient,
  2. Pointer<MSG> lpMsg
)

Processes accelerator keystrokes for window menu commands of the multiple-document interface (MDI) child windows associated with the specified MDI client window.

To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-translatemdisysaccel.

Implementation

@pragma('vm:prefer-inline')
bool TranslateMDISysAccel(HWND hWndClient, Pointer<MSG> lpMsg) =>
    _TranslateMDISysAccel(hWndClient, lpMsg) != FALSE;