IPXV_Plugin::Init Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::Init Method}}
 
{{#customTitle:IPXV_Plugin::Init Method}}
 +
{{#parentPage:PXV:IPXV_Plugin#Methods|Init|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
This method is used to initialize commands, settings, event listeners etc. It is being launched when the [[PXV:IPXV_Inst_FinishLoadingPlugins|IPXV_Inst::FinishLoadingPlugins]] method is being executed.
  
 
== Syntax ==
 
== Syntax ==
Line 8: Line 11:
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns <code>S_OK</code> if operation was successful or error code in other cases.
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Plugin|IPXV_Plugin]].
+
[[PXV:IPXV_Plugin|IPXV_Plugin]]

Latest revision as of 00:34, 5 October 2017


This method is used to initialize commands, settings, event listeners etc. It is being launched when the IPXV_Inst::FinishLoadingPlugins method is being executed.

Syntax

HRESULT Init();

Return Value

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

See Also

IPXV_Plugin