IPXV_Inst::FireAppPrefsChanged Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Broadcasts the <code>e.app.prefsChanged<code> event with specified index of change-bit '''or''' modifies the input bit-set by this index.
+
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 21: Line 21:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]]
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_FireAppPrefChanged2|IPXV_Inst::FireAppPrefChanged2]]

Revision as of 17:39, 24 May 2015


Broadcasts the e.app.prefsChanged 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, IPXV_Inst::FireAppPrefChanged2