ITPluggableTerminalEventSinkRegistration interface (tapi3.h)

The ITPluggableTerminalEventSinkRegistration interface registers and unregisters a client application for pluggable terminal events. The ITPluggableTerminalEventSinkRegistration interface is created by calling QueryInterface on ITTerminal.

Inheritance

The ITPluggableTerminalEventSinkRegistration interface inherits from the IUnknown interface. ITPluggableTerminalEventSinkRegistration also has these types of members:

Methods

The ITPluggableTerminalEventSinkRegistration interface has these methods.

 
ITPluggableTerminalEventSinkRegistration::RegisterSink

The ITPluggableTerminalEventSinkRegistration::RegisterSink (tapi3.h) method registers the application for pluggable terminal event notification.
ITPluggableTerminalEventSinkRegistration::UnregisterSink

The ITPluggableTerminalEventSinkRegistration::UnregisterSink (tapi3.h) method clears event registration for pluggable terminal events.

Requirements

Requirement Value
Target Platform Windows
Header tapi3.h (include Tapi3.h)

See also

ITPluggableTerminalEventSink