IPXV_Plugin::Init Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Plugin::Init Method}} | {{#customTitle:IPXV_Plugin::Init Method}} | ||
− | {{#parentPage:PXV:IPXV_Plugin#Methods|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 == |
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.