![]() | InDesign SDK 20.5 |
#include <IUserInfo.h>

Public Types | |
| enum | { kDefaultIID = IID_IUSERINFO } |
Public Member Functions | |
| virtual void | SetUser (const PMString &userName, int32 userColorIndex)=0 |
| virtual void | SetUserName (const PMString &userName)=0 |
| virtual const PMString & | GetUserName () const =0 |
| virtual void | SetUserColorIndex (int32 userColorIndex)=0 |
| virtual int32 | GetUserColorIndex () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for getting and setting user name and color.
| pure virtual |
Gets current user color index.
| pure virtual |
Get current user name.
| pure virtual |
Sets user name and color.
| userName | the user name to set. |
| userColorIndex | the user color index to set. |
| pure virtual |
Sets current user color index.
| userColorIndex | the color index to set. |
| pure virtual |
Sets current user name.
| userName | the user name to set. |