#include <cogent.h>
ST_STATUS HI_BufferIDDestroy(IP_hTASK historian, char* retbuf, int buflen, int bufferid );
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 destroys the temporary internal buffer associated with an interpolation request. The memory allocated by an interpolation request can be very large, and will persist until it is explicitly destroyed.
This function corresponds to the Cascade Historian bufferIdDestroy command and the hist_buffer_id_destroy dynamic library function.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.