IPXV_Control::IsEventListening Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets
+
Use it to check if control is the listener of specified event.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 16:01, 28 May 2015


Use it to check if control is the listener of specified event.

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