Skip to main content

OH_UdsPixelMap_SetDetails

Function OH_UdsPixelMap_SetDetails 

Source
pub unsafe extern "C" fn OH_UdsPixelMap_SetDetails(
    pThis: *mut OH_UdsPixelMap,
    details: *const OH_UdsDetails,
) -> c_int
Available on crate feature api-22 only.
Expand description

Set details to the OH_UdsPixelMap.

§Arguments

  • pThis - Represents a pointer to an instance of OH_UdsPixelMap.

  • details - Represents a pointer to an instance of OH_UdsDetails. The pointer cannot be null.

§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.

Available since API-level: 22 OH_UdsPixelMap OH_UdsDetails Udmf_ErrCode