IPXV_Plugin::Init Method
From PDF XChange PDF SDK
(4 intermediate revisions by one other user 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|Init | + | {{#parentPage:PXV:IPXV_Plugin#Methods|Init|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 14: | Line 14: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Plugin|IPXV_Plugin]] |
Latest revision as of 23:34, 4 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.