pub unsafe extern "C" fn OH_UdsContentForm_SetDescription(
pThis: *mut OH_UdsContentForm,
description: *const c_char,
) -> c_intAvailable on crate feature
api-14 only.Expand description
Set description to the OH_UdsContentForm.
§Arguments
-
pThis- Represents a pointer to an instance ofOH_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_UdsContentFormUdmf_ErrCode
Available since API-level: 14