IPXV_Inst::FireAppPrefsChanged Method
From PDF XChange PDF SDK
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 FireAppPrefsChanged([in] PXV_AppPrefsChanges | + | <pre class="brush:cpp;gutter:false">HRESULT FireAppPrefsChanged([in] PXV_AppPrefsChanges nFlagIndex, |
− | [in, defaultvalue(NULL)] IBitSet* | + | [in, defaultvalue(NULL)] IBitSet* pCumulChangeFlags);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nFlagIndex |
:[in] Index of change-bit from [[PXV:PXV_AppPrefsChanges|PXV_AppPrefsChanges]]. | :[in] Index of change-bit from [[PXV:PXV_AppPrefsChanges|PXV_AppPrefsChanges]]. | ||
− | ; | + | ;pCumulChangeFlags |
:[in, defaultvalue(NULL)] Pass non-NULL pointer to [[PXV:IBitSet|IBitSet]] when you want to collect many change-bits before sending the event. | :[in, defaultvalue(NULL)] Pass non-NULL pointer to [[PXV:IBitSet|IBitSet]] when you want to collect many change-bits before sending the event. | ||
Latest revision as of 02:56, 15 June 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.