IPXV_Control::EnableEventListening Method

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

Jump to: navigation, search


Starts/stops listening of specified event.

Syntax

HRESULT EnableEventListening([in]                    BSTR          EventID,
                             [in, defaultvalue(-1)]  VARIANT_BOOL  Enable);

Parameters

EventID
[in] The unique name of event. For example:
e.app.prefsChanged
e.activeDocChanged
e.stampSelected
e.pagesView.layoutChanged
...
Enable
[in, defaultvalue(-1)] The flag to start/stop the listening of event.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Control