IPXV_Inst::GetPluginSettings 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:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::GetPluginSettings Method}}
 
{{#customTitle:IPXV_Inst::GetPluginSettings Method}}
Line 23: Line 24:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Plugin|IPXV_Plugin]], [[PXV:ICabNode|ICabNode]].
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Plugin|IPXV_Plugin]], [[PXV:ICabNode|ICabNode]].

Revision as of 06:33, 20 May 2015


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

Syntax

HRESULT GetPluginSettings(                       IPXV_Plugin*  pPlugin,
                          [in, defaultvalue(0)]  VARIANT_BOOL  bCreateIfNotExists,
                          [out, retval]          ICabNode**    ppPluginSettings);

Parameters

pPlugin
Pointer to IPXV_Plugin plug-in object.
bCreateIfNotExists
[in, defaultvalue(0)] Value of VARIANT_BOOL. Indicates whether to create a plug-in settings node. Default is False.
ppPluginSettings
[out, retval] Pointer to ICabNode object pointer.

Return Value

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

See Also

IPXV_Inst, IPXV_Plugin, ICabNode.