IPXV_Plugin::Setup Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::Setup Method}}
 
{{#customTitle:IPXV_Plugin::Setup Method}}
{{#parentPage:PXV:IPXV_Plugin|method}}
+
{{#parentPage:PXV:IPXV_Plugin|Setup Method|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Setup(IUnknown* pApp);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Setup( IUnknown* pApp);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pApp''
+
;pApp
 
: Pointer to IUnknown*.
 
: Pointer to IUnknown*.
  

Revision as of 06:31, 23 April 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.