API-Dokumentation > Miscellaneous > Object ProCombstate > Function ProCombstateAnnotationsGet
Function ProCombstateAnnotationsGet
Description
Retrieves annotations of provided combined state item.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCombstate.h>
ProCombstateAnnotationsGet
(
ProCombstate* cs_item
/* (In)
The handle to a combined state item.
*/
ProAnnotation** p_annotations
/* (Out)
ProArray of annotations. To free the array call ProArrayFree()<b/>.
*/
int** p_status_flags
/* (Out)
ProArray of status flags. To free the array call ProArrayFree()<b/>.
*/
)
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 added.
Other
Another error occurred and the function failed.
User Guide References
War dies hilfreich?