pub unsafe extern "C" fn OH_PrivateCommand_GetStrValue(
command: *mut InputMethod_PrivateCommand,
value: *mut *const c_char,
valueLength: *mut usize,
) -> InputMethod_ErrorCodeExpand description
@brief Get string data value from {@link InputMethod_PrivateCommand}.
@param command Represents a pointer to an {@link InputMethod_PrivateCommand} instance which will be get value from. @param value Represents string data value. @param valueLength Represents the length of string data value. @return Returns a specific error code. {@link IME_ERR_OK} - success. {@link IME_ERR_NULL_POINTER} - unexpected null pointer. {@link IME_ERR_QUERY_FAILED} - query failed, no string value in command. Specific error codes can be referenced {@link InputMethod_ErrorCode}. @since 12