IPXV_Plugin::Setup Method
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Plugin::Setup Method}} | {{#customTitle:IPXV_Plugin::Setup Method}} | ||
{{#parentPage:PXV:IPXV_Plugin#Methods|Setup|method}} | {{#parentPage:PXV:IPXV_Plugin#Methods|Setup|method}} | ||
− | {{ | + | {{ToReview}} |
− | It is a first method of the interface that is being called by the Editor. It's needed for application's version, features level (free, standard) testing. | + | It is a first method of the interface that is being called by the Editor. It's needed for application's version, features level (free, standard) testing. Also, in this method the IPXV_Inst is obtained that is crucial for the plugin work. |
== Syntax == | == Syntax == |
Latest revision as of 23:30, 4 October 2017
It is a first method of the interface that is being called by the Editor. It's needed for application's version, features level (free, standard) testing. Also, in this method the IPXV_Inst is obtained that is crucial for the plugin work.
Syntax
HRESULT Setup( IPXV_Inst* pInstance);
Parameters
- pInstance
- Pointer to instance IPXV_Inst.
Return Value
Returns S_OK if operation was successful or error code in other cases.