IPXV_Inst::AddPlugin Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT AddPlugin([in] IPXV_Plugin* | + | <pre class="brush:cpp;gutter:false">HRESULT AddPlugin([in] IPXV_Plugin* Plugin);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;Plugin |
:[in] Pointer to [[PXV:IPXV_Plugin|IPXV_Plugin]] object that should be added to the instance. Here only its [[PXV:IPXV_Plugin_Setup|IPXV_Plugin::Setup]] function is called. The function returns the value returned from that function. | :[in] Pointer to [[PXV:IPXV_Plugin|IPXV_Plugin]] object that should be added to the instance. Here only its [[PXV:IPXV_Plugin_Setup|IPXV_Plugin::Setup]] function is called. The function returns the value returned from that function. | ||
Revision as of 06:31, 12 June 2015
Adds a plugin object to the instance. Function can be called only in plugins loading mode.
Syntax
HRESULT AddPlugin([in] IPXV_Plugin* Plugin);
Parameters
- Plugin
- [in] Pointer to IPXV_Plugin object that should be added to the instance. Here only its IPXV_Plugin::Setup function is called. The function returns the value returned from that function.
Return Value
Returns S_OK if operation was successful or error code in other cases.