IPXV_Plugin::Setup Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{#parentPage:PXV:IPXV_Plugin#Methods|Setup|method}}
 
{{#parentPage:PXV:IPXV_Plugin#Methods|Setup|method}}
 
{{ToWrite}}
 
{{ToWrite}}
{{ToReview}}
 
  
It is first method of the plugin which is called by the viewer. It intended for testing application's version, features level (free, standard), etc.
+
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.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 00:29, 5 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.

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.

See Also

IPXV_Plugin