Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 2.85 KB

nf-shdeprecated-itrackshellmenu-popup.md

File metadata and controls

85 lines (65 loc) · 2.85 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shdeprecated.ITrackShellMenu.Popup
ITrackShellMenu::Popup (shdeprecated.h)
Displays a modal pop-up menu at a specific location.
ITrackShellMenu interface [Windows Shell]
Popup method
ITrackShellMenu.Popup
ITrackShellMenu::Popup
Popup
Popup method [Windows Shell]
Popup method [Windows Shell]
ITrackShellMenu interface
_shell_ITrackShellMenu_Popup
shdeprecated/ITrackShellMenu::Popup
shell.ITrackShellMenu_Popup
shell\ITrackShellMenu_Popup.htm
shell
a8098143-6f36-496c-81af-f06fb83c9920
12/05/2018
ITrackShellMenu interface [Windows Shell],Popup method, ITrackShellMenu.Popup, ITrackShellMenu::Popup, Popup, Popup method [Windows Shell], Popup method [Windows Shell],ITrackShellMenu interface, _shell_ITrackShellMenu_Popup, shdeprecated/ITrackShellMenu::Popup, shell.ITrackShellMenu_Popup
shdeprecated.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shell32.dll
Windows
19H1
ITrackShellMenu::Popup
shdeprecated/ITrackShellMenu::Popup
c++
APIRef
kbSyntax
COM
Shell32.dll
ITrackShellMenu.Popup

ITrackShellMenu::Popup

-description

Displays a modal pop-up menu at a specific location.

-parameters

-param hwnd [in]

Type: HWND

The handle of the parent window of the pop-up menu.

-param ppt [in]

Type: POINTL*

A pointer to a POINTL structure that specifies an initial point in screen coordinates. The pop-up menu is displayed in relation to this point as determined by the position flags set in dwFlags.

-param prcExclude [in]

Type: RECTL*

A pointer to a RECTL structure that specifies the rectangle to exclude when positioning the menu. The alignment of the menu in relation to this area is determined by the alignment flags set in dwFlags. This parameter can be set to NULL.

-param dwFlags [in]

Type: MP_POPUPFLAGS

One or more of the MP_POPUPFLAGS constants that specify options involved in the display of the pop-up menu.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.