Método IMsTscAxEvents::OnServiceMessageReceived

Se llama cuando el cliente recibe un mensaje del sistema.

Sintaxis

void OnServiceMessageReceived(
  [in] BSTR serviceMessage
);

Parámetros

serviceMessage [in]

Especifica el mensaje del sistema.

Valor devuelto

Este método no devuelve ningún valor.

Comentarios

Para obtener más información sobre los mensajes del sistema, vea Configurar mensajería para un servidor de puerta de enlace de Escritorio remoto.

Requisitos

Requisito Value
Cliente mínimo compatible
Windows 7
Servidor mínimo compatible
Windows Server 2008 R2
Biblioteca de tipos
MsTscAx.dll
Archivo DLL
MsTscAx.dll
IID
IMsTscAxEvents se define como 336d5562-efa8-482e-8cb3-c5c0fc7a7db6

Consulte también

IMsTscAxEvents