IPXV_Annot3DCallback::OnMenuEvent Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT OnMenuEvent([in] IPXV_Annot3DContext* pContext, [in] IUnknown* pView, [in] VARIANT_BOOL bMenuItemClicked, [in] BSTR pMenuItemName, [in] LONG nCurTool);
Parameters
- pContext
- [in] Pointer to IPXV_Annot3DContext.
- pView
- [in] Pointer to IUnknown*.
- bMenuItemClicked
- [in] Value of VARIANT_BOOL.
- pMenuItemName
- [in] Value of BSTR.
- nCurTool
- [in] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.