Skip to main content

Name

audit_series_get_items — Return the item of the named series

Synopsis

#include "modules/validate/audit_series.h"

| audit_series_item * **audit_series_get_items** ( | series, |   | |   | start, |   | |   | end); |   |

const char * <var class="pdparam">series</var>; int <var class="pdparam">start</var>; int <var class="pdparam">end</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Return the item of the named series.

The series must be of type "string".

Parameters

series
  • the name of the series.
start
  • The start window to compute the count (inclusive).
end
  • The end window to compute the count (inclusive).

Return Values

linked list of audit_series_item which should be released by audit_series_item_delref.

**Configuration Change. ** This feature is available starting from Momentum 3.2.

Was this page helpful?