Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a user in a conversation. Added in version 1.5.0.
Members
User
Syntax: public inline explicit User ( SPXUSERHANDLE huser );
Internal constructor. Creates a new instance using the provided handle.
Parameters
huserA user handle.
~User
Syntax: public inline virtual ~User ( );
Virtual destructor.
operator SPXUSERHANDLE
Syntax: public inline explicit operator SPXUSERHANDLE ( ) const;
Internal. Explicit conversion operator.
Returns
A handle.
GetId
Syntax: public inline SPXSTRING GetId ( ) const;
Get user's id.
Returns
user's id.
FromUserId
Syntax: public inline static std::shared_ptr< User > FromUserId ( const SPXSTRING & userId );
Create a user with identification string.
Parameters
userIdA user id.
Returns
A user object