Public Member Functions | |
| HRESULT | AddToolStatus ([in] BSTR tool,[out, retval] CONID *id) |
| HRESULT | SetToolStatusMessage ([in] CONID id,[in] BSTR message) |
| HRESULT | RemoveToolStatus ([in] CONID id) |
| HRESULT IRfStatusReport::AddToolStatus | ( | [in] BSTR | tool, | |
| [out, retval] CONID * | id | |||
| ) |
Add new connector for tool status message.
| tool | [in] root of tool. |
| HRESULT IRfStatusReport::SetToolStatusMessage | ( | [in] CONID | id, | |
| [in] BSTR | message | |||
| ) |
Set tool status message.
| id | [in] Id of tool status message connector. | |
| message | [in] Status message. |
| HRESULT IRfStatusReport::RemoveToolStatus | ( | [in] CONID | id | ) |
Remove tool connector.
| id | [in] Id of tool status message connector. |
1.5.5