cpiSetElementValue 그룹

목적

지정된 구문 요소에 값을 설정하기 위한 함수

구문

void cpiSetElementBitArrayValue(
  int*                   returnCode,
  CciElement*            targetElement,
  const struct CciBitArray*   value);
void cpiSetElementByteArrayValue(
  int*                   returnCode,
  CciElement*            targetElement,
  const struct CciByteArray*  value);
void cpiSetElementBooleanValue(
  int*                   returnCode,
  CciElement*            targetElement,
  CciBool      value);
void cpiSetElementCharacterValue(
  int*                   returnCode,
  CciElement*            targetElement,
  const CciChar*  value,
  CciSize         length);
void cpiSetElementDateValue(
  int*                   returnCode,
  CciElement*            targetElement,
  const struct CciDate*  value);
void cpiSetElementDecimalValue(
  int*                   returnCode,
  CciElement*            targetElement,
  const CciChar*  value);
void cpiSetElementGmtTimestampValue(
  int*                   returnCode,
  CciElement*                 targetElement,  const struct CciTimestamp*  value);
void cpiSetElementGmtTimeValue(
  int*                   returnCode,
  CciElement*            targetElement,
  const struct CciTime*  value);
void cpiSetElementIntegerValue(
  int*                   returnCode,
  CciElement*            targetElement,
  CciInt       value);
void cpiSetElementRealValue(
  int*                   returnCode,
  CciElement*            targetElement,
  CciReal      value);
void cpiSetElementTimestampValue(
  int*                   returnCode,
  CciElement*            targetElement,
  const struct CciTimestamp*  value);
void cpiSetElementTimeValue(
  int*                   returnCode,
  CciElement*            targetElement,
  const struct CciTime*  value);

매개변수

returnCode
함수의 리턴 코드를 수신합니다(출력).
가능한 리턴 코드는 다음과 같습니다.
  • CCI_SUCCESS
  • CCI_EXCEPTION
  • CCI_INV_ELEMENT_OBJECT
  • CCI_INV_DATA_POINTER
  • CCI_INV_DATA_BUFLEN
targetElement
대상 구문 요소 오브젝트의 주소를 지정합니다(입력).
value
대상 요소에 설정할 값(입력).
length
CciChar 문자 수로 표현된 데이터 값의 길이 관련 함수 호출에만 사용됩니다.

리턴 값

없음. 오류가 발생할 경우, returnCode는 오류의 이유를 표시합니다.

관련 개념
사용자 정의 구문 분석기
사용자 정의 확장 구성요소
관련 태스크
C로 구문 분석기 작성
관련 참조
cpiSetElementName
cpiSetElementType
cpiSetElementValueValue
C 구문 분석기 유틸리티 함수
주의사항 | 등록상표 | 다운로드 | 라이브러리 | 지원 | 피드백
Copyright IBM Corporation 1999, 2006 마지막 갱신 날짜: 2006/08/21
as08520_