The address of the element for which the parser class name is to be returned
(input).
value
The address of an output buffer into which the parser class name is stored
(input).
length
The length of the output buffer, expressed as the number of CciChar characters,
specified in the value parameter (input).
Return values
If successful, the returnCode parameter indicates
CCI_SUCCESS, and the number of characters written to the buffer is returned.
If the buffer is not large enough to retain the returned name, the returnCode parameter
indicates CCI_BUFFER_TOO_SMALL, and the returned value indicates the number
of characters required to store the name.
If any other error occurs, CCI_FAILURE is returned, and the returnCode parameter
indicates the reason for the error.