|
◆ sbservices_get_home_screen_wallpaper_pngdata()
Get the home screen wallpaper as PNG data.
- Parameters
-
client | The connected sbservices client to use. |
pngdata | Pointer that will point to a newly allocated buffer containing the PNG data upon successful return. It is up to the caller to free the memory. |
pngsize | Pointer to a uint64_t that will be set to the size of the buffer pngdata points to upon successful return. |
- Returns
- SBSERVICES_E_SUCCESS on success, SBSERVICES_E_INVALID_ARG when client or pngdata are invalid, or an SBSERVICES_E_* error code otherwise.
|