Share via


GweBypassCoredllThunk_t::GetAssociatedMenu_I (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the handle of a menu associated with the specified window.

Syntax

static HMENU WINAPI GetAssociatedMenu_I(
  HWND hwndThis
);

Parameters

  • hwndThis
    [in] Handle to a window.

Return Value

A handle to a menu indicates success. NULL indicates that no menus are associated with the window.

Requirements

Header gwebypasscoredllthunk.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

GweBypassCoredllThunk_t