IUIX_CmdManager::GetContextMenuNotifyInfo Method

From PDF XChange PDF SDK
Revision as of 06:53, 4 April 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Gets top parent's context menu information.

Syntax

HRESULT GetContextMenuNotifyInfo([out]  IUIX_Obj**     pOwner,
                                 [out]  POINT*         stOrigin,
                                 [out]  VARIANT_BOOL*  bFromKeyboard);

Parameters

pOwner
[out] Pointer to IUIX_Obj containing the top parent popup container owner's object.
stOrigin
[out] Pointer to POINT containing the origin point of the popup menu.
bFromKeyboard
[out] Pointer to VARIANT_BOOL representing whether the menu is called from keyboard.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdManager