Windows SDK API Reference
Loading...
Searching...
No Matches
I3DAvatarImageInfo Class Referenceabstract

3D avatar image information interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual bool IsSelected ()=0
 Determine if the current image is being used. More...
 
virtual const wchar_t * GetImageFilePath ()=0
 Get the file path of the current image. More...
 
virtual const wchar_t * GetImageName ()=0
 Get the name of the current image. More...
 
virtual int GetIndex ()=0
 Get the index of the current image. More...
 
virtual ~I3DAvatarImageInfo ()
 

Detailed Description

3D avatar image information interface.

Definition at line 588 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~I3DAvatarImageInfo()

virtual I3DAvatarImageInfo::~I3DAvatarImageInfo ( )
inlinevirtual

Definition at line 610 of file setting_service_interface.h.

610{};

Member Function Documentation

◆ GetImageFilePath()

virtual const wchar_t * I3DAvatarImageInfo::GetImageFilePath ( )
pure virtual

Get the file path of the current image.

Returns
If the function succeeds, the return value is the file path of current image. Otherwise failed, the return value is NULL.

◆ GetImageName()

virtual const wchar_t * I3DAvatarImageInfo::GetImageName ( )
pure virtual

Get the name of the current image.

Returns
If the function succeeds, the return value is the name of the current image. Otherwise failed, the return value is NULL.

◆ GetIndex()

virtual int I3DAvatarImageInfo::GetIndex ( )
pure virtual

Get the index of the current image.

Returns
If the function succeeds, the return value is the index of current image.
Remarks
If no image is selected, the index value will be -1.

◆ IsSelected()

virtual bool I3DAvatarImageInfo::IsSelected ( )
pure virtual

Determine if the current image is being used.

Returns
TRUE indicates that the current image is used as the video filter image.