pub unsafe extern "C" fn OH_UdsPixelMap_SetDetails(
pThis: *mut OH_UdsPixelMap,
details: *const OH_UdsDetails,
) -> c_intAvailable on crate feature
api-22 only.Expand description
Set details to the OH_UdsPixelMap.
§Arguments
-
pThis- Represents a pointer to an instance ofOH_UdsPixelMap. -
details- Represents a pointer to an instance ofOH_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