IPXV_Inst::FireAppPrefsChanged2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 02: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.