IPXV_Plugin::Init Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Plugin::Init Method}} | {{#customTitle:IPXV_Plugin::Init Method}} | ||
{{#parentPage:PXV:IPXV_Plugin#Methods|Init|method}} | {{#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.