IPXV_Annot3DCallback::OnMouseEvent Method

From PDF XChange PDF SDK
Revision as of 01:07, 23 July 2018 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT OnMouseEvent([in]  IPXV_Annot3DContext*  pContext,
                     [in]  IUnknown*             pView,
                     [in]  LONG                  nViewWidth,
                     [in]  LONG                  nViewHeight,
                     [in]  LONG                  nCurTool,
                     [in]  LONG                  nMouseX,
                     [in]  LONG                  nMouseY,
                     [in]  ULONG                 nFlags);

Parameters

pContext
[in] Pointer to IPXV_Annot3DContext.
pView
[in] Pointer to IUnknown*.
nViewWidth
[in] Value of LONG.
nViewHeight
[in] Value of LONG.
nCurTool
[in] Value of LONG.
nMouseX
[in] Value of LONG.
nMouseY
[in] Value of LONG.
nFlags
[in] Value of ULONG.

Return Value

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

See Also

IPXV_Annot3DCallback