IRsNtChat Interface Reference
Inherits IUnknown.
List of all members.
|
Public Member Functions |
| HRESULT | SendTextMsg (BSTR bstrText) |
Detailed Description
Interface exposes only one method; SendTextMsg, that allows you to send a text chat message. This interface is implemented by
IRnNtClient and
IRnNtServer objects. In the first case the client sends the chat message to the server and in the second case server sends the message to all clients.
Member Function Documentation
| HRESULT IRsNtChat::SendTextMsg |
( |
BSTR |
bstrText |
) |
|