harmony 鸿蒙OH_Huks_Result

  • 2023-06-24
  • 浏览 (365)

OH_Huks_Result

Overview

Defines the return data, including the result code and message.

Since: 9

Related Modules:

HuksTypeApi

Summary

Member Variables

Name Description
errorCode Result code.
errorMsg Description of the result code.
data Other data returned.

Member Variable Description

data

uint8_t* OH_Huks_Result::data

Description
Other data returned.

errorCode

int32_t OH_Huks_Result::errorCode

Description
Result code.

errorMsg

const char* OH_Huks_Result::errorMsg

Description
Description of the result code.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞