IPXV_Inst::GetAnnotHandler Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Returns corresponding annotation-handler (in other terms - ''Tool'') object for specified PDF-annotation when it registered for such kind of annotations. | |
== Syntax == | == Syntax == | ||
Line 16: | Line 16: | ||
:[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | :[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | ||
;ppHandler | ;ppHandler | ||
− | :[out, retval] | + | :[out, retval] Returns pointer to [[PXV:IPXV_AnnotHandler|IPXV_AnnotHandler]] object. |
== Return Value == | == Return Value == | ||
Line 22: | Line 22: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_RegisterTool|IPXV_Inst::RegisterTool]] |
Revision as of 16:50, 24 May 2015
Returns corresponding annotation-handler (in other terms - Tool) object for specified PDF-annotation when it registered for such kind of annotations.
Syntax
HRESULT GetAnnotHandler([in] IPXC_Annotation* pAnnot, [out, retval] IPXV_AnnotHandler** ppHandler);
Parameters
- pAnnot
- [in] Pointer to IPXC_Annotation.
- ppHandler
- [out, retval] Returns pointer to IPXV_AnnotHandler object.
Return Value
Returns S_OK if operation was successful or error code in other cases.