IPXV_AppSettingsEvent::HasOption Property

From PDF XChange PDF SDK
Revision as of 02:10, 27 March 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property HasOption of interface IPXV_AppSettingsEvent returns Value of VARIANT_BOOL representing whether the option was changed.

Syntax

HRESULT get_HasOption(               PXV_AppSettingsOptions  nOpt,
                      [out, retval]  VARIANT_BOOL*           bVal);

Parameters

nOpt
Value of PXV_AppSettingsOptions containing the needed option.

See Also

IPXV_AppSettingsEvent