IPXV_Control::IsEventListening2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::IsEventListening2 Method}}
 
{{#customTitle:IPXV_Control::IsEventListening2 Method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|IsEventListening2|method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|IsEventListening2|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 16:03, 28 May 2015


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

Syntax

HRESULT IsEventListening2([in]           LONG           nEventID,
                          [out, retval]  VARIANT_BOOL*  pEnabled);

Parameters

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

Return Value

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

See Also

IPXV_Control