Skip to main content

OH_UdsContentForm_SetDescription

Function OH_UdsContentForm_SetDescription 

Source
pub unsafe extern "C" fn OH_UdsContentForm_SetDescription(
    pThis: *mut OH_UdsContentForm,
    description: *const c_char,
) -> c_int
Available on crate feature api-14 only.
Expand description

Set description to the OH_UdsContentForm.

§Arguments

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

  • description - Represents a description string.

§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_UdsContentForm Udmf_ErrCode

Available since API-level: 14