IPXV_Inst::FireAppPrefsChanged Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::FireAppPrefsChanged Method}}
 
{{#customTitle:IPXV_Inst::FireAppPrefsChanged Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|FireAppPrefsChanged|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|FireAppPrefsChanged|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Broadcasts the <code>e.app.prefsChanged<code> event with specified index of change-bit '''or''' modifies the input bit-set by this index.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;nFlagIndex
 
;nFlagIndex
:[in]  Value of [[PXV:PXV_AppPrefsChanges|PXV_AppPrefsChanges]].
+
:[in]  Index of change-bit from [[PXV:PXV_AppPrefsChanges|PXV_AppPrefsChanges]].
 
;pCumulChangeFlags
 
;pCumulChangeFlags
:[in, defaultvalue(NULL)]  Pointer to [[PXV:IBitSet|IBitSet]].
+
:[in, defaultvalue(NULL)]  Pass non-NULL pointer to [[PXV:IBitSet|IBitSet]] when you want to collect many change-bits before sending the event.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 17:38, 24 May 2015


Broadcasts the e.app.prefsChanged<code> event with specified index of change-bit or modifies the input bit-set by this index.

Syntax

HRESULT FireAppPrefsChanged([in]                      PXV_AppPrefsChanges  nFlagIndex,
                            [in, defaultvalue(NULL)]  IBitSet*             pCumulChangeFlags);

Parameters

nFlagIndex
[in] Index of change-bit from PXV_AppPrefsChanges.
pCumulChangeFlags
[in, defaultvalue(NULL)] Pass non-NULL pointer to IBitSet when you want to collect many change-bits before sending the event.

Return Value

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

See Also

IPXV_Inst