ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IAccountInfo Class Referenceabstract

Account information interface. More...

#include <auth_service_interface.h>

Public Member Functions

virtual const wchar_t * GetDisplayName ()=0
 Get the screen name of user. More...
 
virtual LoginType GetLoginType ()=0
 Get login type. More...
 

Detailed Description

Account information interface.

Member Function Documentation

◆ GetDisplayName()

virtual const wchar_t* IAccountInfo::GetDisplayName ( )
pure virtual

Get the screen name of user.

Returns
The return value is the displayed username. If there is no screen name of user, the return value is a string of length ZERO(0).

◆ GetLoginType()

virtual LoginType IAccountInfo::GetLoginType ( )
pure virtual

Get login type.

Returns
The return value is the account login type. For more details, see LoginType enum.

The documentation for this class was generated from the following file: