Register method

eRoom calls this method to allow the synchronous event handler to register for specific event types and sequences. Implement this method by calling the RegisterForEvent() method on the IERUSynchronousEventRegister interface.

Syntax


C++

HRESULT Register(
   
IERUSynchronousEventRegister *pEventRegister)

Scripting languages

Public Sub IERUEventHandler_Register(
   ByVal pEventRegister as eRoomAPI.IERUSynchronousEventRegister)

Parameters


pEventRegister

A pointer to an IERUSynchronousEventRegister interface. The event handler will use this interface to register for specific event types and sequences.

 

Home

Applies to

IERUEventHandler

See Also
IERUSynchronousEvent

IERUSynchronousEventRegister