ITPluggableTerminalEventSink::FireEvent method (msp.h)

The FireEvent method results in a message that notifies the client application of a change in the pluggable terminal. For example, if the terminal is no longer available, the event member of the MSP_EVENT_INFO structure is set to ME_ADDRESS_EVENT and the type member is set to ADDRESS_TERMINAL_UNAVAILABLE.

Syntax

HRESULT FireEvent(
  [in] const MSP_EVENT_INFO *pMspEventInfo
);

Parameters

[in] pMspEventInfo

Pointer to a const cast of the MSP_EVENT_INFO structure.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header msp.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ITPluggableTerminalEventSink

MSP_EVENT_INFO