IPXV_Inst::GetPluginSettings Method

From PDF XChange PDF SDK
Revision as of 07:32, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Gets reference to node in application's options-storage that contains all settings of specified plugin.

Syntax

HRESULT GetPluginSettings([in]                   IPXV_Plugin*  Plugin,
                          [in, defaultvalue(0)]  VARIANT_BOOL  CreateIfNotExists,
                          [out, retval]          ICabNode**    PluginSettings);

Parameters

Plugin
[in] Pointer to IPXV_Plugin plug-in object.
CreateIfNotExists
[in, defaultvalue(0)] Tha flag indicates whether to create a plug-in settings node.
PluginSettings
[out, retval] Returns pointer to ICabNode object.

Return Value

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

See Also

IPXV_Inst