API 文件集 > Miscellaneous > Object ProCombstate > Function ProCombstateAnnotationsRemove
Function ProCombstateAnnotationsRemove
Description
Removes annotations from provided combined state item.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCombstate.h>
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
The function successfully removed annotations.
One or more of the input arguments are invalid.
This legacy combined state doesn't have annotation state. Annotations cannot be Removed.
Other
Another error occurred and the function failed.
User Guide References
這是否有幫助?