IMsTscAxEvents::OnServiceMessageReceived method

Called when the client receives a system message.

Syntax

void OnServiceMessageReceived(
  [in] BSTR serviceMessage
);

Parameters

serviceMessage [in]

Specifies the system message.

Return value

This method does not return a value.

Remarks

For more information about system messages, see Configure Messaging for a Remote Desktop Gateway Server.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IMsTscAxEvents is defined as 336d5562-efa8-482e-8cb3-c5c0fc7a7db6

See also

IMsTscAxEvents