IPXV_Control::EnableEventListening Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 03:49, 15 June 2015


Starts/stops listening of specified event.

Syntax

HRESULT EnableEventListening([in]                    BSTR          sEventID,
                             [in, defaultvalue(-1)]  VARIANT_BOOL  bEnable);

Parameters

sEventID
[in] The unique name of event. For example:
e.app.prefsChanged
e.activeDocChanged
e.stampSelected
e.pagesView.layoutChanged
...
bEnable
[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