_IAPIEvents::onAppEvent

method onAppEvent.

AppEvent ID sent from Remoting Control Interface is received through this callback function.

App or script should implement this function in order to monitor and to tune itself.

 

HRESULT onAppEvent(
  long EventID
);

Parameters

EventID

[in] .   AppEvent ID

Return Values

None

See Also

_IAPIEvents