Customized resource helper interface.
More...
#include <customized_resource_helper_interface.h>
Customized resource helper interface.
◆ AddCustomizedPictureResource()
virtual SDKError ICustomizedResourceHelper::AddCustomizedPictureResource |
( |
const wchar_t * |
key_, |
|
|
const wchar_t * |
absolute_resource_path |
|
) |
| |
|
pure virtual |
Add the custom photo files, currently, support PNG and SVG formats.
- Parameters
-
key_ | Resource ID corresponding to the custom resource. |
absolute_resource_path | The location of the customized resource file must be an absolute path and include the file name with suffix. |
◆ AddCustomizedStringResource()
Use the custom string to replace the specified string item.
- Parameters
-
customizedType | Specify the string item type. For more information, see SDKCustomizedStringType enum. |
customizedString | Specify the custom string. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ AddCustomizedURLResource()
Use the custom URL to replace the specified URL.
- Parameters
-
customizedType | Specify the URL type. For more information, see SDKCustomizedURLType enum. |
customizedUrl | Specify the custom URL. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
The documentation for this class was generated from the following file: