IPXV_Control::IsEventListening Method
From PDF XChange PDF SDK
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.