| 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 |
|
| PRO_TK_NO_ERROR | | The function successfully removed annotations. |
| PRO_TK_BAD_INPUTS | | One or more of the input arguments are invalid. |
| PRO_TK_E_NOT_FOUND | | This legacy combined state doesn't have annotation state. Annotations cannot be Removed. |
| Other | | Another error occurred and the function failed. |
|