IPXV_Inst::FireAppPrefsChanged2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::FireAppPrefsChanged2 Method}} | {{#customTitle:IPXV_Inst::FireAppPrefsChanged2 Method}} | ||
− | {{#parentPage:PXV:IPXV_Inst|method | + | {{#parentPage:PXV:IPXV_Inst#Methods|FireAppPrefsChanged2|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Broadcasts the <code>e.app.prefsChanged</code> event with specified set of change-bits. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT FireAppPrefsChanged2([in] IBitSet* pChangeFlags);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT FireAppPrefsChanged2([in] IBitSet* pChangeFlags);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pChangeFlags |
− | :[in] Pointer to [[PXV:IBitSet|IBitSet]]. | + | :[in] Pointer to [[PXV:IBitSet|IBitSet]] that contains necessary change-bits. For set of supported change-bits look to: [[PXV:PXV_AppPrefsChanges|PXV_AppPrefsChanges]]. |
== Return Value == | == Return Value == | ||
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_FireAppPrefsChanged|IPXV_Inst::FireAppPrefsChanged]] |
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.