Public Member Functions | |
| HRESULT | Clear (void) |
| HRESULT | ClientId ([out, retval] RtCSNID *pcsnidClient) |
| HRESULT | ClientId ([in] RtCSNID csnidClient) |
| HRESULT | ClientName ([out, retval] BSTR *pbstrName) |
| HRESULT | ClientName ([in] BSTR bstrName) |
| HRESULT | Time ([out, retval] RtQWORD *pTime) |
| HRESULT | Time ([in] RtQWORD time) |
| HRESULT | Text ([out, retval] BSTR *pbstrText) |
| HRESULT | Text ([in] BSTR bstrText) |
|
|
Clear this chat message. |
|
|
Get clien't identification number. This number is intended to use as message's author identification.
|
|
|
Set client's identification number for this message.
|
|
|
Get client's name of this message.
|
|
|
Set client's name for this message.
|
|
|
Get time property of this message. If this object was created by Server, then it define time when this message was send to all clients.
|
|
|
Set time for this message. The time should specify time when it was created or sent.
|
|
|
Get text of this message
|
|
|
Set text of this message
|
1.3.2