IPXV_Inst::FireAppPrefsChanged Method

From PDF XChange PDF SDK
Revision as of 07:32, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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  FlagIndex,
                            [in, defaultvalue(NULL)]  IBitSet*             CumulChangeFlags);

Parameters

FlagIndex
[in] Index of change-bit from PXV_AppPrefsChanges.
CumulChangeFlags
[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::FireAppPrefsChanged2