IPXV_Plugin::Setup Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Plugin::Setup Method}}
 
{{#customTitle:IPXV_Plugin::Setup Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
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 ==
 
== Syntax ==

Revision as of 02:38, 21 March 2015

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(IUnknown* pApp);

Parameters

pApp
Pointer to IUnknown*.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXV_Plugin.