Funciones para obtener el valor del elemento de sintaxis especificado.
CciSize cpiElementBitArrayValue( int* returnCode, CciElement* targetElement, const struct CciBitArray* value);
CciBool cpiElementBooleanValue( int* returnCode, CciElement* targetElement);
CciSize cpiElementByteArrayValue( int* returnCode, CciElement* targetElement, const struct CciByteArray* value);
CciSize cpiElementCharacterValue( int* returnCode, CciElement* targetElement, const CciChar* value, CciSize length);
struct CciDate cpiElementDateValue( int* returnCode, CciElement* targetElement);
CciSize cpiElementDecimalValue( int* returnCode, CciElement* targetElement, const CciChar* value, CciSize length);
struct CciTimestamp cpiElementGmtTimestampValue( int* returnCode, CciElement* targetElement);
struct CciTime cpiElementGmtTimeValue( int* returnCode, CciElement* targetElement);
CciInt cpiElementIntegerValue( int* returnCode, CciElement* targetElement);
CciReal cpiElementRealValue( int* returnCode, CciElement* targetElement);
struct CciTimestamp cpiElementTimestampValue( int* returnCode, CciElement* targetElement);
struct CciTime cpiElementTimeValue( int* returnCode, CciElement* targetElement);
Se devuelve el valor del elemento.
En algunos casos, por ejemplo cpiElementCharacterValue o cpiElementDecimalValue, si el almacenamiento intermedio no es suficientemente grande para recibir los datos, éstos no se graban en el almacenamiento intermedio. El tamaño del almacenamiento intermedio necesario se pasa como valor de retorno y returnCode se establece en CCI_BUFFER_TOO_SMALL.
Si se produce un error, returnCode indica la razón del mismo.