#include <cogent.h>
ST_STATUS HI_BufferIDLength(IP_hTASK historian, char* retbuf, int buflen, int bufferid, int* length );
ST_OK on success. Otherwise ST_ERROR, and the retbuf will contain a NULL-terminated character string with an error message. If the return value is ST_OK, the retbuf may not contain useful information.
This function determines the exact number of values in the interpolation buffer identified by bufferid, and returns that number in length.
This function corresponds to the Cascade Historian bufferIdLength command and two dynamic library functions: hist_buffer_id_length and hist_length_buffer.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.