IPXV_Control::IsEventListening Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::IsEventListening Method}}
 
{{#customTitle:IPXV_Control::IsEventListening Method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|IsEventListening|method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|IsEventListening|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pEventID
 
;pEventID
:[in]  Value of BSTR.
+
:[in]  The unique identifier of event.
 
;pEnabled
 
;pEnabled
:[out, retval]  Pointer to VARIANT_BOOL.
+
:[out, retval]  Returns the <tt>true</tt> when is started listening for the event and <tt>true</tt> otherwise.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 15:52, 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 when is started listening for the event and true otherwise.

Return Value

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

See Also

IPXV_Control