IPXV_Control::IsEventListening Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 15: Line 15:
 
:[in]  The unique identifier of event.
 
:[in]  The unique identifier of event.
 
;pEnabled
 
;pEnabled
:[out, retval]  Returns the <tt>true</tt> when is started listening for the event and <tt>true</tt> otherwise.
+
:[out, retval]  Returns the <tt>true</tt> value when is listening of the event is started and <tt>false</tt> otherwise.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 15:55, 28 May 2015


Gets

Syntax

HRESULT IsEventListening([in]           BSTR           pEventID,
                         [out, retval]  VARIANT_BOOL*  pEnabled);

Parameters

pEventID
[in] The unique identifier of event.
pEnabled
[out, retval] Returns the true value when is listening of the event is started and false otherwise.

Return Value

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

See Also

IPXV_Control