IPXV_Inst::RegisterTool Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::RegisterTool Method}}
 
{{#customTitle:IPXV_Inst::RegisterTool Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|RegisterTool|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|RegisterTool|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Latest revision as of 03:57, 15 June 2015


Registers a new tool-object to extend functionality for end-user in pages area. For example - to provide access to new custom types of annotations or to improve direct editing of content on pages.

Syntax

HRESULT RegisterTool([in]  IPXV_Tool*  pTool);

Parameters

pTool
[in] Pointer to IPXV_Tool object.

Return Value

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

See Also

IPXV_Inst