void cpiAppendToBuffer( int* returnCode, CciParser* parser, CciByte* data, CciSize length);
无。 如果发生错误,则 returnCode 表明错误原因。
此示例取自样本解析器文件 BipSampPluginParser.c(634 行):
cpiAppendToBuffer(&rc, parser, (char *)"Some test data", 14);