IPXV_Inst::AddPlugin Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Adds a plugin object to the instance.
+
Adds a plugin object to the instance. Function can be called only in plugins loading mode.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 13:37, 24 May 2015


Adds a plugin object to the instance. Function can be called only in plugins loading mode.

Syntax

HRESULT AddPlugin([in]  IPXV_Plugin*  pPlugin);

Parameters

pPlugin
[in] Pointer to IPXV_Plugin object which should be added to the instance. Here only its Setup function is called. The function returns the value returned from plugin's Setup function.

Return Value

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

See Also

IPXV_Inst