Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | tapi3.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |