IPXV_Plugin::ResetSettings Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::ResetSettings Method}}
 
{{#customTitle:IPXV_Plugin::ResetSettings Method}}
 +
{{#parentPage:PXV:IPXV_Plugin#Methods|ResetSettings|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Resets plugin's specific settings during resetting Editor's settings. Provided flags describe which kind of settings (e.g. plugin presets) should be kept.
 
Resets plugin's specific settings during resetting Editor's settings. Provided flags describe which kind of settings (e.g. plugin presets) should be kept.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ResetSettings([in] ULONG nFlags);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ResetSettings([in] ULONG nFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nFlags''
+
;nFlags
 
:[in]  Specifies what settings should be kept.
 
:[in]  Specifies what settings should be kept.
  
Line 23: Line 27:
 
|Set this flag to keep plugin presets if any
 
|Set this flag to keep plugin presets if any
 
|}
 
|}
 
  
 
== Return Value ==
 
== Return Value ==
Line 29: Line 32:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Plugin|IPXV_Plugin]].
+
[[PXV:IPXV_Plugin|IPXV_Plugin]]

Latest revision as of 04:06, 15 June 2015


Resets plugin's specific settings during resetting Editor's settings. Provided flags describe which kind of settings (e.g. plugin presets) should be kept.

Syntax

HRESULT ResetSettings([in]  ULONG  nFlags);

Parameters

nFlags
[in] Specifies what settings should be kept.

Description

Flag Description
PRSF_KeepOptions Set this flag to keep common settings of plugin
PRSF_KeepPresets Set this flag to keep plugin presets if any

Return Value

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

See Also

IPXV_Plugin