IPXV_Inst::AddPlugin Method

From PDF XChange PDF SDK
Revision as of 03:38, 21 March 2015 by Serg (Talk | contribs)

Jump to: navigation, search

Adds a plugin object to the instance.

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

See also IPXV_Inst, IPXV_Plugin.