IPXV_Annot3DCallback::OnSelectionEvent Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT OnSelectionEvent([in]  IPXV_Annot3DContext*  pContext,
                         [in]  IPXV_3DObj*           pObj,
                         [in]  VARIANT_BOOL          bSelected,
                         [in]  ULONG                 nFlags);

Parameters

pContext
[in] Pointer to IPXV_Annot3DContext.
pObj
[in] Pointer to IPXV_3DObj.
bSelected
[in] Value of VARIANT_BOOL.
nFlags
[in] Value of ULONG.

Return Value

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

See Also

IPXV_Annot3DCallback