IPXV_Inst::GetAnnotHandler Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::GetAnnotHandler Method}}
 
{{#customTitle:IPXV_Inst::GetAnnotHandler Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|GetAnnotHandler|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|GetAnnotHandler|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 17: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.

See Also

IPXV_Inst, IPXV_Inst::RegisterTool