pub unsafe extern "C" fn OH_UdsPixelMap_SetPixelMap(
pThis: *mut OH_UdsPixelMap,
pixelmapNative: *mut OH_PixelmapNative,
) -> c_intAvailable on crate feature
api-13 only.Expand description
Set pixel map to the OH_UdsPixelMap.
§Arguments
-
pThis- Represents a pointer to an instance ofOH_UdsPixelMap. -
pixelmapNative- Represents a newOH_PixelmapNative.
§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_UdsPixelMapUdmf_ErrCode
Available since API-level: 13