Windows SDK API Reference
Loading...
Searching...
No Matches
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...
 
virtual ~IAccountInfo ()
 

Detailed Description

Account information interface.

Definition at line 148 of file auth_service_interface.h.

Constructor & Destructor Documentation

◆ ~IAccountInfo()

virtual IAccountInfo::~IAccountInfo ( )
inlinevirtual

Definition at line 157 of file auth_service_interface.h.

157{};

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.