IPXV_Plugin::Setup Method

From PDF XChange PDF SDK
Revision as of 04:06, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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.

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