IPXV_Inst::FireAppPrefsChanged2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT FireAppPrefsChanged2([in]  IBitSet*  ChangeFlags);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT FireAppPrefsChanged2([in]  IBitSet*  pChangeFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;ChangeFlags
+
;pChangeFlags
 
:[in]  Pointer to [[PXV:IBitSet|IBitSet]] that contains necessary change-bits. For set of supported change-bits look to: [[PXV:PXV_AppPrefsChanges|PXV_AppPrefsChanges]].
 
:[in]  Pointer to [[PXV:IBitSet|IBitSet]] that contains necessary change-bits. For set of supported change-bits look to: [[PXV:PXV_AppPrefsChanges|PXV_AppPrefsChanges]].
  

Latest revision as of 03:56, 15 June 2015


Broadcasts the e.app.prefsChanged event with specified set of change-bits.

Syntax

HRESULT FireAppPrefsChanged2([in]  IBitSet*  pChangeFlags);

Parameters

pChangeFlags
[in] Pointer to IBitSet that contains necessary change-bits. For set of supported change-bits look to: PXV_AppPrefsChanges.

Return Value

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

See Also

IPXV_Inst, IPXV_Inst::FireAppPrefsChanged