Description | ||||||||||||||
Removes annotations from provided combined state item. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProCombstate.h> | ||||||||||||||
ProError | ProCombstateAnnotationsRemove | ( | ||||||||||||
ProCombstate* cs_item | ||||||||||||||
/* (In) | ||||||||||||||
The handle to a combined state item. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotation* annotations | ||||||||||||||
/* (In) | ||||||||||||||
ProArray of annotations. | ||||||||||||||
*/ | ||||||||||||||
int** not_found_indices | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of integers, representing annotation ids, which are not included in the combined state. To free the array call ProArrayFree()<b/>. The parameter is allowed to be NULL. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|