IUIX_CmdManager::ShowPopupMenu Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 5: | Line 5: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT ShowPopupMenu([in] IUIX_Obj* pOwner, [in] IUIX_CmdMenu* pMenu, [in] RECT* pPos, [in, optional] VARIANT_BOOL bReturnCmd, [in, optional] LONG nPopupFlags, [out, retval | + | <pre class="brush:cpp;gutter:false">HRESULT ShowPopupMenu([in] IUIX_Obj* pOwner, [in] IUIX_CmdMenu* pMenu, [in] RECT* pPos, [in, optional] VARIANT_BOOL bReturnCmd, [in, optional] LONG nPopupFlags, [out, retval] LONG* pResCmdID);</pre> |
== Parameters == | == Parameters == | ||
Line 19: | Line 19: | ||
:[in, optional] Value of LONG. | :[in, optional] Value of LONG. | ||
;''pResCmdID'' | ;''pResCmdID'' | ||
− | :[out, retval | + | :[out, retval] Pointer to LONG. |
== Return Value == | == Return Value == |
Revision as of 11:15, 24 March 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT ShowPopupMenu([in] IUIX_Obj* pOwner, [in] IUIX_CmdMenu* pMenu, [in] RECT* pPos, [in, optional] VARIANT_BOOL bReturnCmd, [in, optional] LONG nPopupFlags, [out, retval] LONG* pResCmdID);
Parameters
- pOwner
- [in] Pointer to IUIX_Obj.
- pMenu
- [in] Pointer to IUIX_CmdMenu.
- pPos
- [in] Pointer to RECT.
- bReturnCmd
- [in, optional] Value of VARIANT_BOOL.
- nPopupFlags
- [in, optional] Value of LONG.
- pResCmdID
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_CmdManager.