Skip to main content

OH_UdsPixelMap_SetPixelMap

Function OH_UdsPixelMap_SetPixelMap 

Source
pub unsafe extern "C" fn OH_UdsPixelMap_SetPixelMap(
    pThis: *mut OH_UdsPixelMap,
    pixelmapNative: *mut OH_PixelmapNative,
) -> c_int
Available on crate feature api-13 only.
Expand description

Set pixel map to the OH_UdsPixelMap.

§Arguments

§Returns

  • Returns the status code of the execution. See [Udmf_ErrCode]. [UDMF_E_OK] success. [UDMF_E_INVALID_PARAM] The error code for common invalid args. OH_UdsPixelMap Udmf_ErrCode

Available since API-level: 13