#include <ISetUserColorsCmdData.h>
|
| enum | { kDefaultIID = IID_ISETUSERCOLORSCMDDATA } |
| |
| enum | { kInvalidColorIndex = -1 } |
| |
| virtual void ISetUserColorsCmdData::Set | ( | PMString | newName, | | | int32 | newColorIndex | | ) | | |
| pure virtual |
Set the current user name and color.
- Parameters
| IN | newName new user name |
| IN | newColorIndex new color index for this user |
- Returns
- void
| virtual int32 ISetUserColorsCmdData::UserColorIndex | ( | | ) | const |
| pure virtual |
Gets the current user color.
- Returns
- int32 index of the current user color
| virtual PMString ISetUserColorsCmdData::UserName | ( | | ) | const |
| pure virtual |
Gets the current user name.
- Returns
- PMString name of the current user