IEventHandler::HandleEvent

Description

Called by VISA with an Event object.

VB Prototype

HandleEvent(
  vi As IEventManager,
  event As IEvent,
  userHandle As Long
)

C++ Prototype

HRESULT HandleEvent(
  IEventManager* vi,
  IEvent* event,
  long userHandle
);

Parameters

vi

The resource that generated the event.

event

A reference to the event object.

userHandle

The userhandle passed to InstallHandler.

Return Value

Refer to the table of return codes.

See Also

HandleEvent, IEventHandler Overview